浏览代码

Use relative path to allow using phpstan.phar locally.

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

+ 1 - 1
phpstan.neon

@@ -1,6 +1,6 @@
 parameters:
     autoload_files:
-        - %rootDir%/../../../tests/bootstrap.php
+        - tests/bootstrap.php
     ignoreErrors:
         - '#Function wincache_ucache_[a-zA-Z0-9_]+ not found#'
         - '#Function xcache_[a-zA-Z0-9_]+ not found#'