Reflection
Reflection copied to clipboard
Reflection library to do Static Analysis for PHP Projects
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
Bumps [nikic/php-parser](https://github.com/nikic/PHP-Parser) from 5.6.2 to 5.7.0. Release notes Sourced from nikic/php-parser's releases. PHP-Parser 5.7.0 Fixed Fixed changing modifier on anonymous class with formatting preserving pretty printer. Emit an error for...
Bumps [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) from 5.6.4 to 5.6.5. Release notes Sourced from phpdocumentor/reflection-docblock's releases. 5.6.5 What's Changed Remove outdated test by @jaapio in phpDocumentor/ReflectionDocBlock#423 [BUGFIX] Mitigate "Using null as an array offset...
the optional parameter $email is declared before a required parameter $birth_date, which is not allowed in PHP 8. In PHP, optional parameters must always come after the required parameters.
the optional parameter $email is declared before a required parameter $birth_date, which is not allowed in PHP 8. In PHP, optional parameters must always come after the required parameters.