File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 webonyx/graphql-php:^14.8 \
9090 drupal/typed_data:^1.0 \
9191 drupal/redirect:^1.6 \
92- phpstan/phpstan:^1.2.0 \
92+ phpstan/phpstan:^1.4.6 \
9393 mglaman/phpstan-drupal:^1.1.2 \
9494 phpstan/phpstan-deprecation-rules:^1.0.0 \
9595 jangregor/phpstan-prophecy:^1.0.0 \
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ parameters:
2222 # yet, disable for now.
2323 checkGenericClassInNonGenericObjectType : false
2424 ignoreErrors :
25+ # PHPStan bug, ignore for now.
26+ -
27+ message : " #^Unreachable statement \\ - code above always terminates\\ .$#"
28+ count : 1
29+ path : src/Entity/Server.php
2530 # @todo Ignore phpstan-drupal extension's rules for now, activate later.
2631 - ' #\Drupal calls should be avoided in classes , use dependency injection instead #'
2732 # new static() is a best practice in Drupal, so we cannot fix that.
You can’t perform that action at this time.
0 commit comments