Skip to content

Commit 19e24e9

Browse files
chore: tweak
1 parent 0f0b7e2 commit 19e24e9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ parameters:
22
level: 6
33
paths:
44
- %currentWorkingDirectory%/classes
5-
scanFiles:
6-
- %currentWorkingDirectory%/index.php
75
bootstrapFiles:
86
- %currentWorkingDirectory%/tests/php/static-analysis-stubs/symbols.php
97
scanDirectories:

tests/php/static-analysis-stubs/symbols.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@
3636

3737
// to redirect all themeisle_log_event to error log.
3838
define( 'VISUALIZER_LOCAL_DEBUG', false );
39-
define( 'VISUALIZER_SURVEY', true );
39+
define( 'VISUALIZER_SURVEY', true );
40+
define( 'VISUALIZER_PRO', true );

0 commit comments

Comments
 (0)