Skip to content

Commit

Permalink
Remove incorrect comment
Browse files Browse the repository at this point in the history
While it's true that we need PHP 7.4+ for covariant types, the problem has been
"solved" for now by moving all those problems to a trait.
  • Loading branch information
drtheuns committed Feb 28, 2020
1 parent 0058b13 commit 468f4db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ includes:
parameters:
paths:
- src
# We can only starts increasing this number once we support only PHP 7.4+ due
# to the type hints on the return types in several builders:
# https://www.php.net/manual/en/language.oop5.variance.php
level: 8
ignoreErrors:
- '#Unsafe usage of new static#'
Expand Down

0 comments on commit 468f4db

Please sign in to comment.