Completed
Push — master ( 8251a9...1fe533 )
by Arjay
01:52
created
src/Transformers/FractalTransformer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      *
14 14
      * @param array $output
15 15
      * @param mixed $transformer
16
-     * @param mixed $serializer
16
+     * @param string|null $serializer
17 17
      * @return array
18 18
      */
19 19
     public function transform(array $output, $transformer, $serializer = null)
Please login to merge, or discard this patch.
src/Engines/QueryBuilderEngine.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
     /**
157 157
      * Apply filterColumn api search.
158 158
      *
159
-     * @param mixed  $query
159
+     * @param Builder  $query
160 160
      * @param string $columnName
161 161
      * @param string $keyword
162 162
      * @param string $boolean
Please login to merge, or discard this patch.