Skip to content

Commit

Permalink
cast
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Sep 19, 2021
1 parent e2f3c51 commit 35749ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ parameters:
-
message: '~^Variable property access on SimpleXMLElement\.$~'
path: %currentWorkingDirectory%/lib/Doctrine/Migrations/Configuration/Migration/XmlFile.php
-
message: '~^Casting to string something that's already string\.$~'
path: %currentWorkingDirectory%/lib/Doctrine/Migrations/Tools/Console/Command/*Command.php

-
message: '~^Call to function is_bool\(\) with bool will always evaluate to true\.$~'
path: %currentWorkingDirectory%/lib/Doctrine/Migrations/InlineParameterFormatter.php
Expand Down

0 comments on commit 35749ae

Please sign in to comment.