Completed
Pull Request — master (#52)
by
unknown
03:05
created
src/lib/Balloon/Rest/v1/Collection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
      * @param  string $id
93 93
      * @param  string $p
94 94
      * @param  int $deleted
95
-     * @param  array $filter
95
+     * @param  Parameter\JSON $filter
96 96
      * @param  array $attributes
97 97
      * @return Response
98 98
      */
Please login to merge, or discard this patch.
src/lib/Balloon/Rest/v1/Parameter/JSON.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * Initialize
19 19
      *
20
-     * @param  ReflectionParameter $param
20
+     * @param  \ReflectionParameter $param
21 21
      * @param  string $value
22 22
      * @return void
23 23
      */
Please login to merge, or discard this patch.