-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathphpstan-baseline.neon
56 lines (46 loc) · 3.97 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$node \\(PhpParser\\\\Node\\\\Stmt\\\\Class_\\) of method Sylius\\\\SyliusRector\\\\Rector\\\\Class_\\\\AddInterfaceToClassExtendingTypeRector\\:\\:refactor\\(\\) should be contravariant with parameter \\$node \\(PhpParser\\\\Node\\) of method Rector\\\\Contract\\\\Rector\\\\RectorInterface\\:\\:refactor\\(\\)$#"
count: 3
path: src/Rector/Class_/AddInterfaceToClassExtendingTypeRector.php
-
message: "#^Property Sylius\\\\SyliusRector\\\\Rector\\\\Class_\\\\AddInterfaceToClassExtendingTypeRector\\:\\:\\$addInterfaceToClassExtendingTypeRectorConfig type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Rector/Class_/AddInterfaceToClassExtendingTypeRector.php
-
message: "#^Method Sylius\\\\SyliusRector\\\\Rector\\\\Class_\\\\AddMethodCallToConstructorForClassesUsingTraitRector\\:\\:refactor\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Rector/Class_/AddMethodCallToConstructorForClassesUsingTraitRector.php
-
message: "#^Parameter \\#1 \\$node \\(PhpParser\\\\Node\\\\Stmt\\\\Class_\\) of method Sylius\\\\SyliusRector\\\\Rector\\\\Class_\\\\AddMethodCallToConstructorForClassesUsingTraitRector\\:\\:refactor\\(\\) should be contravariant with parameter \\$node \\(PhpParser\\\\Node\\) of method Rector\\\\Contract\\\\Rector\\\\RectorInterface\\:\\:refactor\\(\\)$#"
count: 3
path: src/Rector/Class_/AddMethodCallToConstructorForClassesUsingTraitRector.php
-
message: "#^Property Sylius\\\\SyliusRector\\\\Rector\\\\Class_\\\\AddMethodCallToConstructorForClassesUsingTraitRector\\:\\:\\$configuration type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Rector/Class_/AddMethodCallToConstructorForClassesUsingTraitRector.php
-
message: "#^Return type \\(array\\|PhpParser\\\\Node\\|null\\) of method Sylius\\\\SyliusRector\\\\Rector\\\\Class_\\\\AddMethodCallToConstructorForClassesUsingTraitRector\\:\\:refactor\\(\\) should be covariant with return type \\(1\\|2\\|3\\|4\\|array\\<PhpParser\\\\Node\\>\\|PhpParser\\\\Node\\|null\\) of method Rector\\\\Contract\\\\Rector\\\\RectorInterface\\:\\:refactor\\(\\)$#"
count: 3
path: src/Rector/Class_/AddMethodCallToConstructorForClassesUsingTraitRector.php
-
message: "#^Method Sylius\\\\SyliusRector\\\\Rector\\\\Class_\\\\AddTraitToClassExtendingTypeRector\\:\\:refactor\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Rector/Class_/AddTraitToClassExtendingTypeRector.php
-
message: "#^Parameter \\#1 \\$node \\(PhpParser\\\\Node\\\\Stmt\\\\Class_\\) of method Sylius\\\\SyliusRector\\\\Rector\\\\Class_\\\\AddTraitToClassExtendingTypeRector\\:\\:refactor\\(\\) should be contravariant with parameter \\$node \\(PhpParser\\\\Node\\) of method Rector\\\\Contract\\\\Rector\\\\RectorInterface\\:\\:refactor\\(\\)$#"
count: 3
path: src/Rector/Class_/AddTraitToClassExtendingTypeRector.php
-
message: "#^Property Sylius\\\\SyliusRector\\\\Rector\\\\Class_\\\\AddTraitToClassExtendingTypeRector\\:\\:\\$addTraitToClassExtendingTypeRectorConfig type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Rector/Class_/AddTraitToClassExtendingTypeRector.php
-
message: "#^Return type \\(array\\|PhpParser\\\\Node\\|null\\) of method Sylius\\\\SyliusRector\\\\Rector\\\\Class_\\\\AddTraitToClassExtendingTypeRector\\:\\:refactor\\(\\) should be covariant with return type \\(1\\|2\\|3\\|4\\|array\\<PhpParser\\\\Node\\>\\|PhpParser\\\\Node\\|null\\) of method Rector\\\\Contract\\\\Rector\\\\RectorInterface\\:\\:refactor\\(\\)$#"
count: 3
path: src/Rector/Class_/AddTraitToClassExtendingTypeRector.php
-
message: "#^Property Sylius\\\\SyliusRector\\\\Rector\\\\TraitUse\\\\AliasTraitMethodRector\\:\\:\\$aliasTraitMethodRectorConfig type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Rector/TraitUse/AliasTraitMethodRector.php