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 9, 2021
1 parent 361f45a commit 0c5274c
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions e2e/integration/larastan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
parameters:
ignoreErrors:
-
message: "#^Calling PHPStan\\\\Type\\\\TypehintHelper\\:\\:decideTypeFromReflection\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/Analyser/Scope.php

-
message: "#^Calling PHPStan\\\\Type\\\\Generic\\\\TemplateTypeHelper\\:\\:resolveTemplateTypes\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/Methods/BuilderHelper.php

-
message: "#^Creating new PHPStan\\\\Reflection\\\\Php\\\\DummyParameter is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
count: 1
Expand All @@ -10,8 +20,68 @@ parameters:
count: 1
path: repo/src/Methods/HigherOrderTapProxyExtension.php

-
message: "#^Implementing PHPStan\\\\Reflection\\\\Php\\\\BuiltinMethodReflection is not covered by backward compatibility promise\\. The interface might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/Methods/Macro.php

-
message: "#^Calling PHPStan\\\\Reflection\\\\Php\\\\PhpMethodReflectionFactory\\:\\:create\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/Methods/Pipes/BuilderLocalMacros.php

-
message: "#^Calling PHPStan\\\\Type\\\\TypehintHelper\\:\\:decideTypeFromReflection\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/Methods/Pipes/BuilderLocalMacros.php

-
message: "#^Calling PHPStan\\\\Reflection\\\\Php\\\\PhpMethodReflectionFactory\\:\\:create\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/Methods/Pipes/Macros.php

-
message: "#^Calling PHPStan\\\\Type\\\\TypehintHelper\\:\\:decideTypeFromReflection\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/Properties/ContainerProperty.php

-
message: "#^Calling PHPStan\\\\File\\\\FileHelper\\:\\:absolutizePath\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/Properties/MigrationHelper.php

-
message: "#^Calling PHPStan\\\\Parser\\\\CachedParser\\:\\:parseFile\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/Properties/MigrationHelper.php

-
message: "#^Creating new PHPStan\\\\File\\\\FileHelper is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/Properties/MigrationHelper.php

-
message: "#^Calling PHPStan\\\\PhpDoc\\\\TypeStringResolver\\:\\:resolve\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 2
path: repo/src/Properties/ModelPropertyExtension.php

-
message: "#^Calling PHPStan\\\\Reflection\\\\Annotations\\\\AnnotationsPropertiesClassReflectionExtension\\:\\:hasProperty\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/Properties/ModelPropertyExtension.php

-
message: "#^Calling PHPStan\\\\Reflection\\\\Annotations\\\\AnnotationsPropertiesClassReflectionExtension\\:\\:hasProperty\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/Properties/ModelRelationsExtension.php

-
message: "#^Calling PHPStan\\\\Reflection\\\\Dummy\\\\DummyMethodReflection\\:\\:getName\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/ReturnTypes/EloquentBuilderExtension.php

-
message: "#^Calling PHPStan\\\\Parser\\\\CachedParser\\:\\:parseFile\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#"
count: 1
path: repo/src/Types/RelationParserHelper.php

0 comments on commit 0c5274c

Please sign in to comment.