Completed
Push — master ( eef622...eee63b )
by Antonio Oertel
04:37 queued 02:29
created
src/ClassGeneration/ArgumentCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
     /**
50 50
      * Gets Argument Iterator
51
-     * @return ArgumentIterator|Argument[]
51
+     * @return ArgumentIterator
52 52
      */
53 53
     public function getIterator()
54 54
     {
Please login to merge, or discard this patch.
src/ClassGeneration/Composition/MethodCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     protected $tabulation = 4;
28 28
 
29 29
     /**
30
-     * @return MethodInterface[]
30
+     * @return \ClassGeneration\Collection\CollectionIterator
31 31
      */
32 32
     public function getIterator()
33 33
     {
Please login to merge, or discard this patch.
src/ClassGeneration/MethodCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 
45 45
     /**
46 46
      * Gets the Method Iterator.
47
-     * @return MethodIterator|MethodInterface[]
47
+     * @return MethodIterator
48 48
      */
49 49
     public function getIterator()
50 50
     {
Please login to merge, or discard this patch.
src/ClassGeneration/PropertyCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 
56 56
     /**
57 57
      * Gets the Property Iterator.
58
-     * @return PropertyIterator|Property[]
58
+     * @return PropertyIterator
59 59
      */
60 60
     public function getIterator()
61 61
     {
Please login to merge, or discard this patch.