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 ( 250abc...ed5ff2 )
by Tyler
04:00
created
src/Factories/MonologHandlerFactory.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -10,6 +10,7 @@
 block discarded – undo
10 10
      * Returns an instance of \Monolog\Handler\HandlerInterface
11 11
      * @param  string $name   Then name of the handler you want to create
12 12
      * @param  array  $config An array of config values to use
13
+     * @param string $title
13 14
      * @return \Monolog\Handler\HandlerInterface
14 15
      */
15 16
     public static function create($name, array $config = [], $title = null){
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Tylercd100\Notify\Factories;
4 4
 
5
-use Monolog\Logger;
6 5
 use Mail;
6
+use Monolog\Logger;
7 7
 use Swift_Message;
8 8
 
9 9
 class MonologHandlerFactory
Please login to merge, or discard this patch.