浏览代码

Fix invalid Shell class namespace

Hideki Kinjyo 7 年之前
父节点
当前提交
ae74f87f42
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      phpstan.neon

+ 1 - 1
phpstan.neon

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