mirror of
https://github.com/danog/psalm.git
synced 2024-12-11 08:49:52 +01:00
Increase nesting
This commit is contained in:
parent
165e0db157
commit
5a5cbb2892
@ -18,7 +18,7 @@ class VariableUseGraph extends DataFlowGraph
|
||||
|
||||
$sources = [$assignment_node];
|
||||
|
||||
for ($i = 0; count($sources) && $i < 100; $i++) {
|
||||
for ($i = 0; count($sources) && $i < 200; $i++) {
|
||||
$new_sources = [];
|
||||
|
||||
foreach ($sources as $source) {
|
||||
|
Loading…
Reference in New Issue
Block a user