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 50a0107 commit 0345367Copy full SHA for 0345367
README.md
@@ -1,2 +1,13 @@
1
-# phpstan-typo3
2
- TYPO3 CMS class reflection extension for PHPStan & framework-specific rules
+# TYPO3 extension for PHPStan
+
3
+TYPO3 CMS class reflection extension for PHPStan & framework-specific rules
4
5
+## Configuration
6
+Put this into your phpstan.neon config:
7
8
+```
9
+includes:
10
+ - vendor/saschaegerer/phpstan-typo3/extension.neon
11
+ parameters:
12
+ bootstrap: %rootDir%/../../saschaegerer/phpstan-typo3/src/PhpstanTypo3Bootstrap.php
13
0 commit comments