Skip to content

Commit 9b0a6a4

Browse files
committed
Update Larastan baseline
1 parent fa45648 commit 9b0a6a4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
parameters:
22
ignoreErrors:
3+
-
4+
message: "#^Creating new ReflectionClass is a runtime reflection concept that might not work in PHPStan because it uses fully static reflection engine\\. Use objects retrieved from ReflectionProvider instead\\.$#"
5+
count: 2
6+
path: repo/src/Properties/ModelPropertyExtension.php
7+
38
-
49
message: "#^Function is_subclass_of\\(\\) is a runtime reflection concept that might not work in PHPStan because it uses fully static reflection engine\\. Use objects retrieved from ReflectionProvider instead\\.$#"
510
count: 1
611
path: repo/src/Rules/NoUnnecessaryCollectionCallRule.php
12+
13+
-
14+
message: "#^Although PHPStan\\\\Reflection\\\\Php\\\\PhpMethodReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same\\.$#"
15+
count: 1
16+
path: repo/src/Types/RelationParserHelper.php

0 commit comments

Comments
 (0)