-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Elseif condition is always true\\.$#" | ||
count: 1 | ||
path: src/DependencyInjection/APYBreadcrumbTrailExtension.php | ||
|
||
- | ||
message: "#^If condition is always true\\.$#" | ||
count: 1 | ||
path: src/DependencyInjection/APYBreadcrumbTrailExtension.php | ||
|
||
- | ||
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\TreeBuilder\\:\\:root\\(\\)\\.$#" | ||
count: 1 | ||
path: src/DependencyInjection/Configuration.php | ||
|
||
- | ||
message: "#^Call to an undefined method Symfony\\\\Component\\\\HttpKernel\\\\Event\\\\KernelEvent\\:\\:getController\\(\\)\\.$#" | ||
count: 1 | ||
path: src/EventListener/BreadcrumbListener.php | ||
|
||
- | ||
message: "#^PHPDoc tag @param for parameter \\$event with type Symfony\\\\Component\\\\HttpKernel\\\\Event\\\\ControllerEvent\\|Symfony\\\\Component\\\\HttpKernel\\\\Event\\\\FilterControllerEvent is not subtype of native type Symfony\\\\Component\\\\HttpKernel\\\\Event\\\\KernelEvent\\.$#" | ||
count: 1 | ||
path: src/EventListener/BreadcrumbListener.php | ||
|
||
- | ||
message: "#^Parameter \\$event of method APY\\\\BreadcrumbTrailBundle\\\\EventListener\\\\BreadcrumbListener\\:\\:onKernelController\\(\\) has invalid typehint type Symfony\\\\Component\\\\HttpKernel\\\\Event\\\\FilterControllerEvent\\.$#" | ||
count: 1 | ||
path: src/EventListener/BreadcrumbListener.php | ||
|