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 ( abcfe0...b389f0 )
by Lukáš
02:23
created
Functions/iDokladAbstractFunction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @param string|iDokladModelInterface $modelClass
96
+     * @param string $modelClass
97 97
      * @param ResponseInterface            $response
98 98
      *
99 99
      * @throws \ReflectionException
Please login to merge, or discard this patch.
LOV/MovementTypeEnum.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,9 +7,9 @@
 block discarded – undo
7 7
  */
8 8
 class MovementTypeEnum extends iDokladAbstractEnum
9 9
 {
10
-    const ENTRY = 1;    // příjem
10
+    const ENTRY = 1; // příjem
11 11
 
12
-    const ISSUE = -1;   // výdaj
12
+    const ISSUE = -1; // výdaj
13 13
 
14 14
     /**
15 15
      * Příjem?
Please login to merge, or discard this patch.