Skip to content

Commit 76799bd

Browse files
committed
Update Rector baseline
1 parent ca21c90 commit 76799bd

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
parameters:
2+
ignoreErrors:
3+
-
4+
message: "#^Method Rector\\\\Core\\\\Exception\\\\ShouldNotHappenException\\:\\:__construct\\(\\) has parameter \\$code with no typehint specified\\.$#"
5+
count: 1
6+
path: repo/src/Exception/ShouldNotHappenException.php
7+
8+
-
9+
message: "#^Method Rector\\\\Core\\\\Exception\\\\ShouldNotHappenException\\:\\:__construct\\(\\) has parameter \\$message with no typehint specified\\.$#"
10+
count: 1
11+
path: repo/src/Exception/ShouldNotHappenException.php
12+

e2e/integration/rector.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
includes:
22
- repo/phpstan.neon
3+
- rector-baseline.neon
34

45
parameters:
56
ignoreErrors:

0 commit comments

Comments
 (0)