@@ -21,7 +21,6 @@ |
||
| 21 | 21 | namespace AppserverIo\Doppelgaenger\StreamFilters; |
| 22 | 22 | |
| 23 | 23 | use AppserverIo\Doppelgaenger\Entities\Definitions\FunctionDefinition; |
| 24 | -use AppserverIo\Doppelgaenger\Entities\Lists\TypedListList; |
|
| 25 | 24 | use AppserverIo\Doppelgaenger\Exceptions\GeneratorException; |
| 26 | 25 | use AppserverIo\Doppelgaenger\Dictionaries\Placeholders; |
| 27 | 26 | use AppserverIo\Doppelgaenger\Dictionaries\ReservedKeywords; |
@@ -26,7 +26,6 @@ |
||
| 26 | 26 | use AppserverIo\Doppelgaenger\Dictionaries\ReservedKeywords; |
| 27 | 27 | use AppserverIo\Doppelgaenger\Interfaces\StructureDefinitionInterface; |
| 28 | 28 | use AppserverIo\Doppelgaenger\Utils\Parser; |
| 29 | -use AppserverIo\Doppelgaenger\Entities\Definitions\ClassDefinition; |
|
| 30 | 29 | use AppserverIo\Doppelgaenger\Entities\Definitions\InterfaceDefinition; |
| 31 | 30 | use AppserverIo\Doppelgaenger\Entities\Definitions\TraitDefinition; |
| 32 | 31 | |
@@ -24,7 +24,6 @@ |
||
| 24 | 24 | use AppserverIo\Doppelgaenger\Entities\Definitions\Aspect; |
| 25 | 25 | use AppserverIo\Doppelgaenger\Entities\Definitions\AspectDefinition; |
| 26 | 26 | use AppserverIo\Doppelgaenger\Entities\Lists\AbstractTypedList; |
| 27 | -use AppserverIo\Doppelgaenger\Entities\Lists\TypedList; |
|
| 28 | 27 | use AppserverIo\Doppelgaenger\Entities\PointcutExpression; |
| 29 | 28 | use AppserverIo\Doppelgaenger\Entities\Pointcuts\PointcutFactory; |
| 30 | 29 | use AppserverIo\Doppelgaenger\Entities\Definitions\Pointcut as PointcutDefinition; |
@@ -195,7 +195,7 @@ |
||
| 195 | 195 | /** |
| 196 | 196 | * Getter method for attribute $ancestralInvariants |
| 197 | 197 | * |
| 198 | - * @return null|TypedListList |
|
| 198 | + * @return AssertionList |
|
| 199 | 199 | */ |
| 200 | 200 | public function getAncestralInvariants() |
| 201 | 201 | { |
@@ -21,13 +21,10 @@ discard block |
||
| 21 | 21 | namespace AppserverIo\Doppelgaenger\Parser; |
| 22 | 22 | |
| 23 | 23 | use AppserverIo\Doppelgaenger\Entities\Assertions\AssertionFactory; |
| 24 | -use AppserverIo\Doppelgaenger\Entities\Assertions\RawAssertion; |
|
| 25 | -use AppserverIo\Doppelgaenger\Entities\Assertions\TypedCollectionAssertion; |
|
| 26 | 24 | use AppserverIo\Doppelgaenger\Entities\Definitions\AttributeDefinition; |
| 27 | 25 | use AppserverIo\Doppelgaenger\Entities\Definitions\FunctionDefinition; |
| 28 | 26 | use AppserverIo\Doppelgaenger\Entities\Joinpoint; |
| 29 | 27 | use AppserverIo\Doppelgaenger\Entities\Lists\AssertionList; |
| 30 | -use AppserverIo\Doppelgaenger\Entities\Assertions\ChainedAssertion; |
|
| 31 | 28 | use AppserverIo\Doppelgaenger\Config; |
| 32 | 29 | use AppserverIo\Doppelgaenger\Entities\Lists\PointcutExpressionList; |
| 33 | 30 | use AppserverIo\Doppelgaenger\Entities\PointcutExpression; |
@@ -35,7 +32,6 @@ discard block |
||
| 35 | 32 | use AppserverIo\Psr\MetaobjectProtocol\Dbc\Assertions\AssertionInterface; |
| 36 | 33 | use AppserverIo\Doppelgaenger\Interfaces\PropertiedStructureInterface; |
| 37 | 34 | use AppserverIo\Doppelgaenger\Interfaces\StructureDefinitionInterface; |
| 38 | -use AppserverIo\Doppelgaenger\Dictionaries\ReservedKeywords; |
|
| 39 | 35 | use AppserverIo\Psr\MetaobjectProtocol\Aop\Annotations\Introduce; |
| 40 | 36 | use AppserverIo\Psr\MetaobjectProtocol\Dbc\Annotations\Ensures; |
| 41 | 37 | use AppserverIo\Psr\MetaobjectProtocol\Dbc\Annotations\Invariant; |