Skip to content

Commit a298105

Browse files
committed
Regenerate baseline
1 parent b6c61bf commit a298105

File tree

1 file changed

+24
-30
lines changed

1 file changed

+24
-30
lines changed

phpstan-baseline.neon

Lines changed: 24 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,10 @@ parameters:
9191
path: src/PhpDoc/ResolvedPhpDocBlock.php
9292

9393
-
94-
message:
95-
"""
96-
#^Call to deprecated method getInstance\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
97-
Use PHPStan\\\\Reflection\\\\ReflectionProviderStaticAccessor instead$#
98-
"""
94+
message: """
95+
#^Call to deprecated method getInstance\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
96+
Use PHPStan\\\\Reflection\\\\ReflectionProviderStaticAccessor instead$#
97+
"""
9998
count: 1
10099
path: src/PhpDoc/StubValidator.php
101100

@@ -260,20 +259,18 @@ parameters:
260259
path: src/Type/IntersectionType.php
261260

262261
-
263-
message:
264-
"""
265-
#^Call to deprecated method getInstance\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
266-
Use PHPStan\\\\Reflection\\\\ReflectionProviderStaticAccessor instead$#
267-
"""
262+
message: """
263+
#^Call to deprecated method getInstance\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
264+
Use PHPStan\\\\Reflection\\\\ReflectionProviderStaticAccessor instead$#
265+
"""
268266
count: 1
269267
path: src/Type/ObjectType.php
270268

271269
-
272-
message:
273-
"""
274-
#^Call to deprecated method getUniversalObjectCratesClasses\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
275-
Inject %%universalObjectCratesClasses%% parameter instead\\.$#
276-
"""
270+
message: """
271+
#^Call to deprecated method getUniversalObjectCratesClasses\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
272+
Inject %%universalObjectCratesClasses%% parameter instead\\.$#
273+
"""
277274
count: 1
278275
path: src/Type/ObjectType.php
279276

@@ -313,29 +310,26 @@ parameters:
313310
path: tests/PHPStan/Analyser/EvaluationOrderTest.php
314311

315312
-
316-
message:
317-
"""
318-
#^Call to deprecated method getClass\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
319-
Use PHPStan\\\\Reflection\\\\ReflectionProvider instead$#
320-
"""
313+
message: """
314+
#^Call to deprecated method getClass\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
315+
Use PHPStan\\\\Reflection\\\\ReflectionProvider instead$#
316+
"""
321317
count: 1
322318
path: tests/PHPStan/Broker/BrokerTest.php
323319

324320
-
325-
message:
326-
"""
327-
#^Call to deprecated method getFunction\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
328-
Use PHPStan\\\\Reflection\\\\ReflectionProvider instead$#
329-
"""
321+
message: """
322+
#^Call to deprecated method getFunction\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
323+
Use PHPStan\\\\Reflection\\\\ReflectionProvider instead$#
324+
"""
330325
count: 1
331326
path: tests/PHPStan/Broker/BrokerTest.php
332327

333328
-
334-
message:
335-
"""
336-
#^Call to deprecated method hasClass\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
337-
Use PHPStan\\\\Reflection\\\\ReflectionProvider instead$#
338-
"""
329+
message: """
330+
#^Call to deprecated method hasClass\\(\\) of class PHPStan\\\\Broker\\\\Broker\\:
331+
Use PHPStan\\\\Reflection\\\\ReflectionProvider instead$#
332+
"""
339333
count: 1
340334
path: tests/PHPStan/Broker/BrokerTest.php
341335

0 commit comments

Comments
 (0)