Completed
Push — develop ( 132e01...500ecc )
by Alex
02:01
created
src/Http/Controllers/JsonApiController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     /**
69 69
      * Return an instance of the resource by primary key.
70 70
      *
71
-     * @param mixed $key
71
+     * @param integer $key
72 72
      *
73 73
      * @throws \Illuminate\Database\Eloquent\ModelNotFoundException
74 74
      *
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Huntie\JsonApi\Http\Controllers;
4 4
 
5
-use DB;
6 5
 use Huntie\JsonApi\Support\JsonApiErrors;
7 6
 use Huntie\JsonApi\Http\JsonApiResponse;
8 7
 use Illuminate\Database\Eloquent\Model;
Please login to merge, or discard this patch.