Roave / BetterReflection

:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.
MIT License
1.19k stars 131 forks source link

PHP 8.3 build #1381

Closed michael-rubel closed 11 months ago

michael-rubel commented 11 months ago

About

Allows the usage in PHP 8.3.

kukulich commented 11 months ago

@ondrejmirtes has pointed me one more 8.3 feature https://github.com/php/php-src/commit/79d024ac0e2a07b93362a5a2fd4ef36f61fca8fb

Ocramius commented 11 months ago

@michael-rubel can you lower the minimum mutation test core to make CI pass?

Error: ] The minimum required MSI percentage should be 100%, but actual is      
         99.73%. Improve your tests!  

I'm opening a separate issue to improve that again, meanwhile.

michael-rubel commented 11 months ago

@Ocramius Done.

Ocramius commented 11 months ago

@ondrejmirtes has pointed me one more 8.3 feature php/php-src@79d024a

giphy