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-baseline.neon
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,11 @@ parameters:
125
125
count:1
126
126
path:src/DependencyInjection/Configuration.php
127
127
128
+
-
129
+
message:"#^Call to an undefined method Doctrine\\\\ORM\\\\Event\\\\OnFlushEventArgs\\:\\:getEntityManager\\(\\)\\.$#"
130
+
count:1
131
+
path:src/Doctrine/ORM/GeocoderListener.php
132
+
128
133
-
129
134
message:"#^Cannot call method getLatitude\\(\\) on Geocoder\\\\Model\\\\Coordinates\\|null\\.$#"
130
135
count:1
@@ -135,6 +140,16 @@ parameters:
135
140
count:1
136
141
path:src/Doctrine/ORM/GeocoderListener.php
137
142
143
+
-
144
+
message:"#^Method Bazinga\\\\GeocoderBundle\\\\Mapping\\\\Driver\\\\AnnotationDriver\\:\\:getReflection\\(\\) return type with generic class ReflectionClass does not specify its types\\: T$#"
145
+
count:1
146
+
path:src/Mapping/Driver/AnnotationDriver.php
147
+
148
+
-
149
+
message:"#^Method Bazinga\\\\GeocoderBundle\\\\Mapping\\\\Driver\\\\AttributeDriver\\:\\:getReflection\\(\\) return type with generic class ReflectionClass does not specify its types\\: T$#"
150
+
count:1
151
+
path:src/Mapping/Driver/AttributeDriver.php
152
+
138
153
-
139
154
message:"#^Parameter \\#1 \\$text of method Geocoder\\\\Query\\\\GeocodeQuery\\:\\:withText\\(\\) expects string, string\\|null given\\.$#"
0 commit comments