mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Add slash
This commit is contained in:
parent
b51863fc9b
commit
292a2359b3
@ -1945,7 +1945,7 @@ class ExpressionAnalyzer
|
||||
$atomic_types = $stmt_type->getAtomicTypes();
|
||||
|
||||
while ($atomic_types) {
|
||||
$atomic_type = array_pop($atomic_types);
|
||||
$atomic_type = \array_pop($atomic_types);
|
||||
|
||||
if ($atomic_type instanceof TString) {
|
||||
$valid_strings[] = $atomic_type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user