You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: phpstan.neon
+10
Original file line number
Diff line number
Diff line change
@@ -49,4 +49,14 @@ parameters:
49
49
message:'#(Extending|Creating new|Calling) \S+ is not covered by backward compatibility promise\. The (class|method) might change in a minor PHPStan version\.#'
50
50
paths:
51
51
- dev/PHPStan/FileFinder.php
52
+
- '#Class UnitEnum not found#'
53
+
- '#Class BackedEnum not found#'
54
+
- '#Call to static method .+\(\) onan unknown class (Backed|Unit)Enum#'
55
+
- '#Method Imi\\Util\\EnumUtil::.+\(\) has invalid return type (Backed|Unit)Enum#'
56
+
- '#unknown class Imi\\Test\\Component\\Bean\\EnumBean#'
57
+
- '#unknown class Imi\\Test\\Component\\Enum\\TestEnumBean#'
58
+
- '#unknown class Imi\\Test\\Component\\Enum\\TestEnumBeanBacked#'
59
+
- '#Class Imi\\Test\\Component\\Bean\\EnumBean not found#'
60
+
- '#Class Imi\\Test\\Component\\Enum\\TestEnumBean not found#'
61
+
- '#Class Imi\\Test\\Component\\Enum\\TestEnumBeanBacked not found#'
0 commit comments