Completed
Push — master ( 4105e9...f42fba )
by Freek
07:58
created
src/FractalLumenServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      * @param \Spatie\Fractal\Fractal                              $fractal
49 49
      * @param string|\League\Fractal\Serializer\SerializerAbstract $serializer
50 50
      *
51
-     * @return mixed
51
+     * @return Fractal
52 52
      */
53 53
     protected function setDefaultSerializer($fractal, $serializer)
54 54
     {
Please login to merge, or discard this patch.
src/Fractal.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
     /**
156 156
      * Set a Fractal cursor for the data.
157 157
      *
158
-     * @param League\Fractal\Pagination\CursorInterface $cursor
158
+     * @param CursorInterface $cursor
159 159
      *
160 160
      * @return $this
161 161
      */
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
     /**
170 170
      * Specify the includes.
171 171
      *
172
-     * @param array|string $includes Array or csv string of resources to include
172
+     * @param string $includes Array or csv string of resources to include
173 173
      *
174 174
      * @return $this
175 175
      */
Please login to merge, or discard this patch.