Completed
Push — master ( 660039...0e75d0 )
by Zoltán
04:21 queued 01:56
created
src/Enumeration/AbstractEnumeration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
     /**
126 126
      * Returns the length of the current enumeration.
127 127
      *
128
-     * @return ins
128
+     * @return integer
129 129
      */
130 130
     public static function count() {
131 131
         return (int) count(self::toArray());
Please login to merge, or discard this patch.