Skip to content

PHP.Gt/Cli compatibility

Choose a tag to compare

@g105b g105b released this 15 Feb 10:23
· 19 commits to master since this release
eebe9f6

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.