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-persistence2.neon
+25
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,31 @@ parameters:
31
31
message:'/^Instanceof between Doctrine\\DBAL\\Platforms\\AbstractPlatform and Doctrine\\DBAL\\Platforms\\MySQLPlatform will always evaluate to false\.$/'
32
32
path:src/Utility/LockSqlHelper.php
33
33
34
+
# Forward compatibility with Collections 3
35
+
-
36
+
message:'#^Parameter \$order of anonymous function has invalid type Doctrine\\Common\\Collections\\Order\.$#'
37
+
path:src/Internal/CriteriaOrderings.php
38
+
39
+
-
40
+
message:'#^Anonymous function has invalid return type Doctrine\\Common\\Collections\\Order\.$#'
41
+
path:src/Internal/CriteriaOrderings.php
42
+
43
+
-
44
+
message:'#^Access to property \$value on an unknown class Doctrine\\Common\\Collections\\Order\.$#'
45
+
path:src/Internal/CriteriaOrderings.php
46
+
47
+
-
48
+
message:'#^Call to static method from\(\) on an unknown class Doctrine\\Common\\Collections\\Order\.$#'
49
+
path:src/Internal/CriteriaOrderings.php
50
+
51
+
-
52
+
message:'#^Call to an undefined method Doctrine\\Common\\Collections\\Criteria\:\:orderings\(\)\.$#'
53
+
path:src/Internal/CriteriaOrderings.php
54
+
55
+
-
56
+
message:'#^Method .+\:\:mapToOrderEnumIfAvailable\(\) has invalid return type Doctrine\\Common\\Collections\\Order\.$#'
57
+
path:src/Internal/CriteriaOrderings.php
58
+
34
59
# False positive
35
60
-
36
61
message:'/^Call to an undefined method Doctrine\\Common\\Cache\\Cache::deleteAll\(\)\.$/'
0 commit comments