Skip to content

Commit

Permalink
suppress psalm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Oct 18, 2021
1 parent 13a1398 commit 0f4c34a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/App/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
use Symfony\Component\Routing\RouteCollectionBuilder;

/**
* @psalm-suppress PropertyNotSetInConstructor https://github.com/vimeo/psalm/issues/2319 comming from
* https://github.com/psalm/psalm-plugin-symfony/blob/65586604237c9062c15adc92faee5f84d1698af6/src/Stubs/common/Component/HttpKernel/Kernel.stubphp
*/
final class AppKernel extends Kernel
{
use MicroKernelTrait;
Expand Down

0 comments on commit 0f4c34a

Please sign in to comment.