mediact / testing-suite

Collection of PHP code testing packages.
MIT License
14 stars 4 forks source link

1.23.0 Add temporary extension to fix validation errors of parameters #41

Closed ashokadewit closed 4 years ago

ashokadewit commented 4 years ago

This fixes:

The option "strict" with value "%composer.strict%" is expected to be of
type "bool", but is of type "string".

A pull request exists on https://github.com/phpro/grumphp/pull/760 which also fixes this issue. When that pull request has been merged this extension can be removed.