Skip to content

Commit

Permalink
Make phpstan analysis pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot committed Aug 22, 2021
1 parent d3a0c93 commit 035cacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Expand Up @@ -9,7 +9,7 @@ parameters:
- '#^Call to an undefined static method#'
- '#^Unsafe usage of new static\(\)\.#'
- '#^Method Carbon\\Carbon(Interface|Immutable)?::(add|sub)[A-Z][A-Za-z]+\(\) invoked with 1 parameter, 0 required\.#'
- '#^Unary operation "\~" on mixed results in an error\.$#'
- '#^Access to an undefined property Carbon\\CarbonPeriod::\$locale\.$#'
- '#^Call to an undefined method Carbon\\Carbon(Interface|Immutable)?::(super|noThis)\(\)\.$#'
- '#Class Symfony\\Component\\Translation\\IdentityTranslator does not have a constructor and must be instantiated without any parameters\.#'
- '#Call to an undefined method DateTimeInterface::setTimezone\(\)\.#'
Expand Down

0 comments on commit 035cacc

Please sign in to comment.