php-parser/test/PhpParser/Builder
Nikita Popov 0483391aca Introduce ComplexType base class
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.
2021-09-02 18:35:05 +02:00
..
ClassConstTest.php Add support for new PHP 8.1 modifiers (#796) 2021-07-21 12:43:29 +02:00
ClassTest.php Add addAttribute() method to Builders with normalizer (#782) 2021-06-16 17:47:22 +02:00
FunctionTest.php Add addAttribute() method to Builders with normalizer (#782) 2021-06-16 17:47:22 +02:00
InterfaceTest.php Add addAttribute() method to Builders with normalizer (#782) 2021-06-16 17:47:22 +02:00
MethodTest.php Add addAttribute() method to Builders with normalizer (#782) 2021-06-16 17:47:22 +02:00
NamespaceTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
ParamTest.php Introduce ComplexType base class 2021-09-02 18:35:05 +02:00
PropertyTest.php Add support for new PHP 8.1 modifiers (#796) 2021-07-21 12:43:29 +02:00
TraitTest.php Add addAttribute() method to Builders with normalizer (#782) 2021-06-16 17:47:22 +02:00
TraitUseAdaptationTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
TraitUseTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
UseTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00