Skip to content

Commit be66092

Browse files
committed
Fix path to TYPO3 bootstrap file
1 parent fefb392 commit be66092

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ Put this into your phpstan.neon config:
88
```
99
includes:
1010
- vendor/saschaegerer/phpstan-typo3/extension.neon
11-
parameters:
12-
bootstrap: %rootDir%/../../saschaegerer/phpstan-typo3/src/PhpstanTypo3Bootstrap.php
1311
```

extension.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
bootstrap: ./src/PhpStanTypo3Bootstrap.php
2+
bootstrap: %rootDir%/../../saschaegerer/phpstan-typo3/src/PhpstanTypo3Bootstrap.php
33

44
services:
55
-

0 commit comments

Comments
 (0)