1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Increase nesting

This commit is contained in:
Matt Brown 2020-11-10 18:27:28 -05:00 committed by Daniil Gentili
parent 3731a9ca35
commit f83b6bb178
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -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) {