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 ( 4c4b08...572d49 )
by Lukáš
02:13
created
LOV/MovementTypeEnum.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
  */
8 8
 class MovementTypeEnum extends iDokladAbstractEnum
9 9
 {
10
-    const ENTRY = 1;    // příjem
11
-    const ISSUE = -1;   // výdaj
10
+    const ENTRY = 1; // příjem
11
+    const ISSUE = -1; // výdaj
12 12
 
13 13
     /**
14 14
      * Příjem?
Please login to merge, or discard this patch.
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.