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 ( bc5fc7...d1c731 )
by Axel
02:29
created
src/Abac.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -121,6 +121,7 @@
 block discarded – undo
121 121
     /**
122 122
      * @throws \InvalidArgumentException
123 123
      *
124
+     * @param string $serviceName
124 125
      * @return mixed
125 126
      */
126 127
     public static function get($serviceName)
Please login to merge, or discard this patch.
src/Repository/AttributeRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 
34 34
     /**
35 35
      * @param Attribute &$attribute
36
-     * @param mixed     $criteria
36
+     * @param integer     $criteria
37 37
      */
38 38
     public function retrieveAttribute(Attribute $attribute, $criteria)
39 39
     {
Please login to merge, or discard this patch.
src/Repository/Repository.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
     protected $connection;
11 11
 
12 12
     /**
13
-     * @param \PDO $connection
14 13
      */
15 14
     public function __construct()
16 15
     {
Please login to merge, or discard this patch.