Skip to content

Commit 9657f0d

Browse files
committed
use the same BOOLEAN_EXPRESSION_MAX_PROCESS_DEPTH as MutatingScope
1 parent 991b5e4 commit 9657f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/NodeScopeResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
class NodeScopeResolver
239239
{
240240

241-
private const BOOLEAN_EXPRESSION_MAX_PROCESS_DEPTH = 16;
241+
private const BOOLEAN_EXPRESSION_MAX_PROCESS_DEPTH = 4;
242242

243243
private const LOOP_SCOPE_ITERATIONS = 3;
244244
private const GENERALIZE_AFTER_ITERATION = 1;

0 commit comments

Comments
 (0)