GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 44f2dc...e9faed )
by Nikhil
09:53
created
app/Purchase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
     /**
129 129
      * Verify the status.
130 130
      *
131
-     * @param $status
131
+     * @param string $status
132 132
      *
133 133
      * @return bool
134 134
      */
Please login to merge, or discard this patch.
app/Transformers/RackTransformer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      *
42 42
      * @param Rack $rack
43 43
      *
44
-     * @return \League\Fractal\Resource\Collection
44
+     * @return \League\Fractal\Resource\Item
45 45
      */
46 46
     public function includeWarehouse(Rack $rack)
47 47
     {
Please login to merge, or discard this patch.
app/Transformers/PurchaseTransformer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      *
42 42
      * @param Rack $rack
43 43
      *
44
-     * @return \League\Fractal\Resource\Collection
44
+     * @return \League\Fractal\Resource\Item
45 45
      */
46 46
     public function includeWarehouse(Rack $rack)
47 47
     {
Please login to merge, or discard this patch.
app/Transformers/GuitarTransformer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
      *
57 57
      * @param Guitar $guitar
58 58
      *
59
-     * @return \League\Fractal\Resource\Collection
59
+     * @return \League\Fractal\Resource\Item
60 60
      */
61 61
     public function includePurchase(Guitar $guitar)
62 62
     {
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
      *
69 69
      * @param Guitar $guitar
70 70
      *
71
-     * @return \League\Fractal\Resource\Collection
71
+     * @return \League\Fractal\Resource\Item
72 72
      */
73 73
     public function includeSale(Guitar $guitar)
74 74
     {
Please login to merge, or discard this patch.