nuwave / lighthouse

A framework for serving GraphQL from Laravel
https://lighthouse-php.com
MIT License
3.36k stars 438 forks source link

Update tooling #2566

Closed spawnia closed 3 months ago

spawnia commented 3 months ago

Fixes the following error by applying the tips from https://getrector.com/documentation/static-reflection-and-autoload:

 [ERROR] Could not process some files, due to:                                                                          
         "Child process error: Fatal error: Trait "DMS\PHPUnitExtensions\ArraySubset\ArraySubsetAsserts" not found in   
         tests/TestCase.php34                                                                                           
         ". 

Should fix the flaky PHPStan pipelines through https://github.com/larastan/larastan/issues/1424.

Limits prettier output.