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 0f0b7e2 commit 19e24e9Copy full SHA for 19e24e9
phpstan.neon
@@ -2,8 +2,6 @@ parameters:
2
level: 6
3
paths:
4
- %currentWorkingDirectory%/classes
5
- scanFiles:
6
- - %currentWorkingDirectory%/index.php
7
bootstrapFiles:
8
- %currentWorkingDirectory%/tests/php/static-analysis-stubs/symbols.php
9
scanDirectories:
tests/php/static-analysis-stubs/symbols.php
@@ -36,4 +36,5 @@
36
37
// to redirect all themeisle_log_event to error log.
38
define( 'VISUALIZER_LOCAL_DEBUG', false );
39
-define( 'VISUALIZER_SURVEY', true );
+define( 'VISUALIZER_SURVEY', true );
40
+define( 'VISUALIZER_PRO', true );
0 commit comments