Daniel Kreuer
Daniel Kreuer
Since `roave/better-reflection` 5.0.0 has been released with PHP 8.0/8.1 Support one could think about using that to detect used symbols where currently php reflections are used. that would solve a...
From Twitter: "Cannot use 'Parent' as class name as it is reserved" when running on < PHP 8.0 code
Source:  > Is it possible to check non-PHP8 code using PHAR? Because I've tried latest release and I got "Cannot use 'Parent' as class...
AWS Lambda provides an updated OS-only Runtime "provided.al2023" as alternative to "provided.al2". Bref currently only supports "provided.al2". Is there any plan to either migrate to "provided.al2023" or support both runtimes?...
While importing a checkstyle report the severity is ignored. Every checkstyle error is mapped to failure, see https://github.com/JBZoo/CI-Report-Converter/blob/18ff76a96e8eaa71866bc7a234fb4f9fb7b194df/src/Converters/CheckStyleConverter.php#L65 This leads to severity "blocker" when generating Gitlab-CodeQuality-Json documents which leads to...
Type: Bug Since: 1.8.0 Description: The CLI call `php-openapi validate example.spec.json` fails due to the fact that the security in path is transformed to a list of arrays and not...