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 ( 4d6146...b09b4a )
by James
01:51
created
src/Support/Response.php 1 patch
Doc Comments   +7 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
     /**
14 14
      * Make a JSON response.
15 15
      *
16
-     * @param $statusCode
16
+     * @param integer $statusCode
17 17
      *
18 18
      * @return IlluminateJsonResponse
19 19
      */
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
     /**
47 47
      * Make a web response.
48 48
      *
49
-     * @param $statusCode
49
+     * @param integer $statusCode
50 50
      *
51 51
      * @return \Illuminate\Http\Response
52 52
      */
@@ -103,5 +103,10 @@  discard block
 block discarded – undo
103 103
 
104 104
     abstract public function getRequest();
105 105
 
106
+    /**
107
+     * @param string $string
108
+     *
109
+     * @return string|null
110
+     */
106 111
     abstract protected function config($string, $children = []);
107 112
 }
Please login to merge, or discard this patch.