We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefb392 commit be66092Copy full SHA for be66092
README.md
@@ -8,6 +8,4 @@ Put this into your phpstan.neon config:
8
```
9
includes:
10
- vendor/saschaegerer/phpstan-typo3/extension.neon
11
-parameters:
12
- bootstrap: %rootDir%/../../saschaegerer/phpstan-typo3/src/PhpstanTypo3Bootstrap.php
13
extension.neon
@@ -1,5 +1,5 @@
1
parameters:
2
- bootstrap: ./src/PhpStanTypo3Bootstrap.php
+ bootstrap: %rootDir%/../../saschaegerer/phpstan-typo3/src/PhpstanTypo3Bootstrap.php
3
4
services:
5
-
0 commit comments