Completed
Push — master ( 780945...6412ad )
by vistart
05:53
created
traits/MetaTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
      * Set values in batch.
135 135
      * @param array $keys meta key-value pairs.
136 136
      * @param string $createdBy
137
-     * @return false if $keys is not an array.
137
+     * @return false|null if $keys is not an array.
138 138
      */
139 139
     public static function sets($keys, $createdBy = null)
140 140
     {
Please login to merge, or discard this patch.