浏览代码

Remove depr.

mscherer 5 年之前
父节点
当前提交
c63930bcdc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/phpstan.neon

+ 1 - 1
tests/phpstan.neon

@@ -1,7 +1,7 @@
 parameters:
 	checkMissingIterableValueType: false
 	checkGenericClassInNonGenericObjectType: false
-	autoload_files:
+	bootstrapFiles:
 	- %rootDir%/../../../tests/bootstrap.php
 	excludes_analyse:
 		- %rootDir%/../../../src/TestSuite/*