mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Add slash
This commit is contained in:
parent
15808458cc
commit
5f7730c12e
@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user