mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Add slashes
This commit is contained in:
parent
d1b10341de
commit
e782329821
@ -94,9 +94,9 @@ class TypeAnalyzer
|
||||
|
||||
$container_has_template = $container_type->hasTemplateOrStatic();
|
||||
|
||||
$input_atomic_types = array_reverse($input_type->getAtomicTypes());
|
||||
$input_atomic_types = \array_reverse($input_type->getAtomicTypes());
|
||||
|
||||
while ($input_type_part = array_pop($input_atomic_types)) {
|
||||
while ($input_type_part = \array_pop($input_atomic_types)) {
|
||||
if ($input_type_part instanceof TNull && $ignore_null) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user