Passed
Pull Request — master (#9)
by Tom
02:46
created
src/AbstractRestfulController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -277,7 +277,7 @@
 block discarded – undo
277 277
      * Redirects to the show route for the model if one exists.
278 278
      * @param Request $request
279 279
      * @param mixed $data
280
-     * @return RedirectResponse|Redirector|null
280
+     * @return null|RedirectResponse
281 281
      */
282 282
     private function redirectToShowRoute(Request $request, $data)
283 283
     {
Please login to merge, or discard this patch.
src/Traits/HasLinksTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     /**
23 23
      * Append attributes to query when building a query.
24 24
      *
25
-     * @param string[]|string $attributes
25
+     * @param string $attributes
26 26
      * @return $this
27 27
      */
28 28
     abstract public function append($attributes);
Please login to merge, or discard this patch.