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 ( d2756c...fca21c )
by Mateusz
01:48
created
src/Exceptions/ExceptionFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,8 +76,8 @@
 block discarded – undo
76 76
     /**
77 77
      * @param  int             $argumentPosition
78 78
      * @param  string          $function
79
-     * @param  string|string[] $expectedType
80
-     * @param  string          $providedTypes
79
+     * @param  string|string[] $expectedTypes
80
+     * @param  string          $providedType
81 81
      * @return InvalidArgumentException
82 82
      */
83 83
     public static function createInvalidArgumentException($argumentPosition, $function, $expectedTypes, $providedType)
Please login to merge, or discard this patch.