Browse Source

Fix invalid Shell class namespace

Hideki Kinjyo 7 years ago
parent
commit
ae74f87f42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phpstan.neon

+ 1 - 1
phpstan.neon

@@ -28,7 +28,7 @@ parameters:
         - '#Variable \$_SESSION in isset\(\) always exists and is not nullable#'
         - '#Variable \$_SESSION in isset\(\) always exists and is not nullable#'
         - '#PHPDoc tag @throws with type PHPUnit\\Exception is not subtype of Throwable#'
         - '#PHPDoc tag @throws with type PHPUnit\\Exception is not subtype of Throwable#'
     earlyTerminatingMethodCalls:
     earlyTerminatingMethodCalls:
-        Cake\Shell\Shell:
+        Cake\Console\Shell:
             - abort
             - abort
 
 
 services:
 services: