Completed
Push — master ( 31e0d7...f418ad )
by Ducatel
02:06
created
src/TypedArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * Add an object to this collection
21 21
      * @param object $object The object you want to add
22 22
      *
23
-     * @return True when added with success, else false
23
+     * @return boolean when added with success, else false
24 24
      */
25 25
     public function add($object)
26 26
     {
Please login to merge, or discard this patch.