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 — dev ( 909684...e1b3d2 )
by Андрей
15:20
created
src/Spi/WorkflowStoreInterface.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/old-town-workflow
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/old-town-workflow
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\Spi;
7 7
 
8 8
 use OldTown\PropertySet\PropertySetInterface;
@@ -18,12 +18,12 @@  discard block
 block discarded – undo
18 18
 interface WorkflowStoreInterface
19 19
 {
20 20
     /**
21
-         * Устанавливает состояние для текущего workflow
22
-         *
23
-         * @param integer $entryId id workflow
24
-         * @param integer $state id состояния в которое переводится сущность workflow
25
-         * @return void
26
-         */
21
+     * Устанавливает состояние для текущего workflow
22
+     *
23
+     * @param integer $entryId id workflow
24
+     * @param integer $state id состояния в которое переводится сущность workflow
25
+     * @return void
26
+     */
27 27
         public function setEntryState($entryId, $state);
28 28
 
29 29
         /**
Please login to merge, or discard this patch.