1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Add slash

This commit is contained in:
Brown 2020-02-21 15:44:26 -05:00
parent b51863fc9b
commit 292a2359b3

View File

@ -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;