jsonrainbow / json-schema

PHP implementation of JSON schema. Fork of the http://jsonschemaphpv.sourceforge.net/ project
MIT License
3.53k stars 351 forks source link

Deprecations in PHP >= 8.1 when running test #751

Closed DannyvdSluijs closed 2 weeks ago

DannyvdSluijs commented 2 weeks ago

When running the unit test the output shows deprecations.

Deprecation output

PHP Deprecated:  Optional parameter $path declared before required parameter $i is implicitly treated as a required parameter in /home/runner/work/json-schema/json-schema/src/JsonSchema/Constraints/Constraint.php on line 43
PHP Deprecated:  Optional parameter $path declared before required parameter $patternProperties is implicitly treated as a required parameter in /home/runner/work/json-schema/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php on line 55

References