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 — 3.0 ( ea7fbc...4ac4b7 )
by Vermeulen
02:11
created
src/class/Application.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
     /**
173 173
      * Getter to access to the errors instance
174 174
      * 
175
-     * @return \BFW\Errors
175
+     * @return Core\Errors
176 176
      */
177 177
     public function getErrors()
178 178
     {
@@ -234,7 +234,7 @@  discard block
 block discarded – undo
234 234
     /**
235 235
      * Getter to access to the options system
236 236
      * 
237
-     * @return mixed
237
+     * @return Core\Options
238 238
      */
239 239
     public function getOptions()
240 240
     {
@@ -276,7 +276,7 @@  discard block
 block discarded – undo
276 276
      * 
277 277
      * @param array $options Options passed to application
278 278
      * 
279
-     * @return void
279
+     * @return Application
280 280
      */
281 281
     public function initSystem($options)
282 282
     {
@@ -705,7 +705,7 @@  discard block
 block discarded – undo
705 705
     /**
706 706
      * List all tasks runned by ctrlRouterLink
707 707
      * 
708
-     * @return array
708
+     * @return \stdClass[]
709 709
      */
710 710
     protected function obtainCtrlRouterLinkTasks()
711 711
     {
Please login to merge, or discard this patch.