forked from area17/twill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
41 lines (34 loc) · 1.48 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method A17\\\\Twill\\\\Commands\\\\CapsuleInstall\\:\\:extractRepositoryFromUrl\\(\\)\\.$#"
count: 1
path: src/Commands/CapsuleInstall.php
-
message: "#^Variable \\$activeRepositoryTraits in empty\\(\\) always exists and is not falsy\\.$#"
count: 1
path: src/Commands/ModuleMake.php
-
message: "#^Instantiated class Symplify\\\\RuleDocGenerator\\\\ValueObject\\\\CodeSample\\\\CodeSample not found\\.$#"
count: 1
path: src/Rector/RenameRoutes.php
-
message: "#^Instantiated class Symplify\\\\RuleDocGenerator\\\\ValueObject\\\\RuleDefinition not found\\.$#"
count: 1
path: src/Rector/RenameRoutes.php
-
message: "#^Method A17\\\\Twill\\\\Rector\\\\RenameRoutes\\:\\:getRuleDefinition\\(\\) has invalid return type Symplify\\\\RuleDocGenerator\\\\ValueObject\\\\RuleDefinition\\.$#"
count: 1
path: src/Rector/RenameRoutes.php
-
message: "#^Instantiated class Symplify\\\\RuleDocGenerator\\\\ValueObject\\\\CodeSample\\\\CodeSample not found\\.$#"
count: 1
path: src/Rector/RenameViews.php
-
message: "#^Instantiated class Symplify\\\\RuleDocGenerator\\\\ValueObject\\\\RuleDefinition not found\\.$#"
count: 1
path: src/Rector/RenameViews.php
-
message: "#^Method A17\\\\Twill\\\\Rector\\\\RenameViews\\:\\:getRuleDefinition\\(\\) has invalid return type Symplify\\\\RuleDocGenerator\\\\ValueObject\\\\RuleDefinition\\.$#"
count: 1
path: src/Rector/RenameViews.php