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

Remove unnecessary option

This commit is contained in:
Matthew Brown 2019-05-24 10:26:10 -04:00
parent 9e3724bb0c
commit a43e4d879b

View File

@ -1080,8 +1080,6 @@ class Union
$input_atomic_type->as
);
}
} elseif (get_class($input_atomic_type) === Type\Atomic\TString::class) {
$valid_input_atomic_types[] = new Type\Atomic\TObject();
}
}