Skip to content

Commit

Permalink
Update Larastan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 17, 2022
1 parent fa45648 commit 9b0a6a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions e2e/integration/larastan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
parameters:
ignoreErrors:
-
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\\.$#"
count: 2
path: repo/src/Properties/ModelPropertyExtension.php

-
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\\.$#"
count: 1
path: repo/src/Rules/NoUnnecessaryCollectionCallRule.php

-
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\\.$#"
count: 1
path: repo/src/Types/RelationParserHelper.php

2 comments on commit 9b0a6a4

@canvural
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is all fixed in latest master. Maybe you can just update the commit hash instead?

@ondrejmirtes
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do from time to time :)

Please sign in to comment.