mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-03 09:57:51 +01:00
0483391aca
With the upcoming addition of intersection types, a type can be Identifier|Name|NullableType|UnionType|IntersectionType, which is quite the mouthful. Give NullableType and UnionType a common base class ComplexType, which does not have any behavior, but allows to write these types (and check them in instanceof) more easily. |
||
---|---|---|
.. | ||
ClassConstTest.php | ||
ClassTest.php | ||
FunctionTest.php | ||
InterfaceTest.php | ||
MethodTest.php | ||
NamespaceTest.php | ||
ParamTest.php | ||
PropertyTest.php | ||
TraitTest.php | ||
TraitUseAdaptationTest.php | ||
TraitUseTest.php | ||
UseTest.php |