Completed
Pull Request — master (#5)
by Zach
01:49
created
src/Fractal.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
     /**
165 165
      * Specify the includes.
166 166
      *
167
-     * @param array|string $includes Array or csv string of resources to include
167
+     * @param string $includes Array or csv string of resources to include
168 168
      *
169 169
      * @return $this
170 170
      */
Please login to merge, or discard this patch.
src/Controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     /**
56 56
      * Sets the current status code.
57 57
      *
58
-     * @param $statusCode
58
+     * @param integer $statusCode
59 59
      * @return $this
60 60
      */
61 61
     protected function setStatusCode($statusCode)
Please login to merge, or discard this patch.