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/*