Completed
Push — develop ( d22805...7fc434 )
by Mikaël
35:39
created
src/Model/StructAttribute.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     }
88 88
     /**
89 89
      * Returns the type value
90
-     * @return bool
90
+     * @return string
91 91
      */
92 92
     public function getContainsElements()
93 93
     {
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
      * If this attribute contains elements then it's an array
108 108
      * only if its parent, the Struct, is not itself an array,
109 109
      * if the parent is an array, then it is certainly not an array too
110
-     * @return bool
110
+     * @return string
111 111
      */
112 112
     public function isArray()
113 113
     {
Please login to merge, or discard this patch.