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 ( fd89e7...d0a170 )
by Drakakis
02:03
created
src/InteractsWithMailCatcher.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
     /**
396 396
      * Assert that the Bcc list of Email contains a certain one
397 397
      *
398
-     * @param        $needle
398
+     * @param        string $needle
399 399
      * @param string $description
400 400
      */
401 401
     public function assertEmailBccContain($needle, $email, $description = '')
@@ -406,7 +406,7 @@  discard block
 block discarded – undo
406 406
     /**
407 407
      * Helper in order to hack the mailcatcher issue with Bcc field
408 408
      * @param $needle
409
-     * @param $description
409
+     * @param string $description
410 410
      * @param $messages
411 411
      */
412 412
     private function fetchEmailWithBcc($needle, $messages, $description)
Please login to merge, or discard this patch.