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

Add slash

This commit is contained in:
Matthew Brown 2020-01-27 12:26:06 -05:00 committed by GitHub
parent 15808458cc
commit 5f7730c12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,7 +338,7 @@ class ScopeAnalyzer
$control_actions[] = self::ACTION_NONE;
return array_values(array_unique($control_actions));
return \array_values(array_unique($control_actions));
}
/**