Skip to content

Commit 1c2b885

Browse files
committed
Change configs of phpstan for supporting new bootstrapFiles keyword
1 parent 495e22f commit 1c2b885

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/phpstan-docker.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
parameters:
2-
bootstrap: %currentWorkingDirectory%/../app/tests/bootstrap.php
2+
bootstrapFiles:
3+
- %currentWorkingDirectory%/../app/tests/bootstrap.php

tests/phpstan.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
parameters:
2-
bootstrap: %rootDir%/../../../tests/bootstrap.php
2+
bootstrapFiles:
3+
- %rootDir%/../../../tests/bootstrap.php

0 commit comments

Comments
 (0)