File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ indent_style = tab
1919indent_style = space
2020indent_size = 2
2121
22+ [{* .neon} ]
23+ indent_style = space
24+ indent_size = 4
25+
2226[* .md ]
2327trim_trailing_whitespace = false
2428
Original file line number Diff line number Diff line change 5858 "phpcs" : " run-phpcs-tests" ,
5959 "phpunit" : " run-php-unit-tests" ,
6060 "prepare-tests" : " install-package-tests" ,
61+ "phpstan" : " phpstan analyse --memory-limit=1G" ,
6162 "test" : [
6263 " @lint" ,
6364 " @phpcs" ,
65+ " @phpstan" ,
6466 " @phpunit" ,
6567 " @behat"
6668 ]
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ parameters:
22 level: 8
33 editorUrl: 'vscode://file/%%file%%:%%line%%'
44 paths:
5+ - command.php
56 - src/
67 scanFiles:
78 - %rootDir%/../../php-stubs/wordpress-stubs/wordpress-stubs.php
You can’t perform that action at this time.
0 commit comments