Open
Description
I have the following line in my project (inside a catch block):
return $booleanFlag ? throw $e : null;
When I check my code with Phan, I get the following error:
src/…/MyClass.php:105 PhanSyntaxError Fallback parser diagnostic error: ':' expected. (at column 29)
This additionally causes the class to not be available for the rest of the analysis, causing a lot of PhanUndeclaredClassMethod, PhanUndeclaredTypeProperty, and PhanUndeclaredTypeParameter false positives regarding use of this class.
<
4871
/div>
Metadata
Metadata
Assignees
Labels
No labels