Completed
Pull Request — master (#41)
by
unknown
07:49
created
src/StreamFilters/EnforcementFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
      *
163 163
      * @param string $docBlock DocBloc to filter
164 164
      *
165
-     * @return boolean|string
165
+     * @return string
166 166
      */
167 167
     protected function filterLocalProcessing($docBlock)
168 168
     {
Please login to merge, or discard this patch.
src/StreamFilters/ProcessingFilter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/StreamFilters/SkeletonFilter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/AspectRegister.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Entities/Definitions/ClassDefinition.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.