Skip to content

Commit 0345367

Browse files
Add configuration section to the Readme
1 parent 50a0107 commit 0345367

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# phpstan-typo3
2-
TYPO3 CMS class reflection extension for PHPStan & framework-specific rules
1+
# TYPO3 extension for PHPStan
2+
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

Comments
 (0)