Skip to content

Commit

Permalink
Reduce PHPStan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Jan 15, 2024
1 parent 5be946b commit 2e0c667
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$event of method Symfony\\\\Contracts\\\\EventDispatcher\\\\EventDispatcherInterface\\:\\:dispatch\\(\\) expects object, string given\\.$#"
count: 2
path: src/Capsule/Collection.php

-
message: "#^Parameter \\#2 \\$eventName of method Symfony\\\\Contracts\\\\EventDispatcher\\\\EventDispatcherInterface\\:\\:dispatch\\(\\) expects string\\|null, Facile\\\\MongoDbBundle\\\\Event\\\\QueryEvent given\\.$#"
count: 2
path: src/Capsule/Collection.php

-
message: "#^Variable \\$data on left side of \\?\\? always exists and is not nullable\\.$#"
count: 1
path: src/Capsule/Collection.php

-
message: "#^Variable \\$filters on left side of \\?\\? always exists and is not nullable\\.$#"
count: 1
path: src/Capsule/Collection.php

-
message: "#^Property Facile\\\\MongoDbBundle\\\\Controller\\\\ProfilerController\\:\\:\\$container \\(Symfony\\\\Component\\\\DependencyInjection\\\\Container\\) does not accept Symfony\\\\Component\\\\DependencyInjection\\\\ContainerInterface\\|null\\.$#"
count: 1
Expand Down

0 comments on commit 2e0c667

Please sign in to comment.