Completed
Push — master ( b6c98a...a2479f )
by Cheren
01:58
created
src/Utility/Macros.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,8 +69,8 @@
 block discarded – undo
69 69
     /**
70 70
      * Add new value in list.
71 71
      *
72
-     * @param   string|int $key
73
-     * @param   string|int $val
72
+     * @param   string $key
73
+     * @param   string $val
74 74
      * @return  $this
75 75
      */
76 76
     public function set($key, $val)
Please login to merge, or discard this patch.