Browse Source

Remove depr.

mscherer 5 years ago
parent
commit
c63930bcdc
1 changed files with 1 additions and 1 deletions
  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/*