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.
Passed
Push — master ( 5524c9...fd35b4 )
by Anton
02:09
created
src/Host/Host.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -105,6 +105,9 @@  discard block
 block discarded – undo
105 105
         return $this;
106 106
     }
107 107
 
108
+    /**
109
+     * @return null|string
110
+     */
108 111
     public function getPort()
109 112
     {
110 113
         return $this->config->get('port');
@@ -116,6 +119,9 @@  discard block
 block discarded – undo
116 119
         return $this;
117 120
     }
118 121
 
122
+    /**
123
+     * @return null|string
124
+     */
119 125
     public function getConfigFile()
120 126
     {
121 127
         return $this->config->get('config_file');
@@ -127,6 +133,9 @@  discard block
 block discarded – undo
127 133
         return $this;
128 134
     }
129 135
 
136
+    /**
137
+     * @return null|string
138
+     */
130 139
     public function getIdentityFile()
131 140
     {
132 141
         return $this->config->get('identity_file');
Please login to merge, or discard this patch.