PHP.Gt/Cli compatibility
This patch release makes the repository compatible with an upcoming change to PHP.Gt/Cli, which uses PHP's native type checking instead of a null-checked parameter. Without this fix in place, PHP would throw an exception if the second parameter of ArgumentValueList::get() was passed a null value.