nuwave / lighthouse

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

Silence Lumen errors for Laravel 11 support #2530

Closed nhedger closed 3 months ago

nhedger commented 3 months ago

Related to #2508

Changes

This PR silences the errors raised by PHPStan after removing Lumen from the devDependencies.

Checks are expected to fail here, because the PR does not address the other PHPStan errors.

spawnia commented 3 months ago

Thank you