Skip to content

Commit

Permalink
Update Rector baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Nov 1, 2020
1 parent ca21c90 commit 76799bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions e2e/integration/rector-baseline.neon
@@ -0,0 +1,12 @@
parameters:
ignoreErrors:
-
message: "#^Method Rector\\\\Core\\\\Exception\\\\ShouldNotHappenException\\:\\:__construct\\(\\) has parameter \\$code with no typehint specified\\.$#"
count: 1
path: repo/src/Exception/ShouldNotHappenException.php

-
message: "#^Method Rector\\\\Core\\\\Exception\\\\ShouldNotHappenException\\:\\:__construct\\(\\) has parameter \\$message with no typehint specified\\.$#"
count: 1
path: repo/src/Exception/ShouldNotHappenException.php

1 change: 1 addition & 0 deletions e2e/integration/rector.neon
@@ -1,5 +1,6 @@
includes:
- repo/phpstan.neon
- rector-baseline.neon

parameters:
ignoreErrors:
Expand Down

0 comments on commit 76799bd

Please sign in to comment.