File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 33TYPO3 CMS class reflection extension for PHPStan & ; framework-specific rules
44
55## Configuration
6- Put this into your phpstan.neon config:
6+
7+ To use this extension, require it in [ Composer] ( https://getcomposer.org/ ) :
8+
9+ ```
10+ composer require --dev saschaegerer/phpstan-typo3
11+ ```
12+
13+ If you also install [ phpstan/extension-installer] ( https://github.com/phpstan/extension-installer ) then you're all set!
14+
15+ <details >
16+ <summary >Manual installation</summary >
17+
18+ If you don't want to use ` phpstan/extension-installer ` , put this into your phpstan.neon config:
719
820```
921includes:
1022 - vendor/saschaegerer/phpstan-typo3/extension.neon
1123```
24+ </details >
25+
26+ ## Additional Configuration
1227
1328If you do use constants of TYPO3 core you may have to
1429bootstrap TYPO3 first. This can be done by using the
You can’t perform that action at this time.
0 commit comments