Skip to content

Commit

Permalink
define rex_fragment as a universal object crate (#4036)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Nov 14, 2020
1 parent 3897c5d commit b7ac71e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ parameters:
- redaxo/src/addons/debug/vendor/
- redaxo/src/addons/phpmailer/vendor/
- redaxo/src/core/vendor/
# https://phpstan.org/config-reference#universal-object-crates
universalObjectCratesClasses:
- rex_fragment
# make phpstan aware of never returning methods
# https://github.com/phpstan/phpstan/issues/2900
earlyTerminatingMethodCalls:
Expand Down

0 comments on commit b7ac71e

Please sign in to comment.