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 ( bd6cbe...632baf )
by Андрей
05:29
created
src/AbstractWorkflow.php 1 patch
Indentation   +3 added lines, -4 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;
7 7
 
8 8
 use OldTown\Log\LogFactory;
@@ -1920,7 +1920,6 @@  discard block
 block discarded – undo
1920 1920
      * @throws \OldTown\Workflow\Exception\WorkflowException
1921 1921
      * @throws \OldTown\Workflow\Exception\StoreException
1922 1922
      * @throws \OldTown\Workflow\Exception\InternalWorkflowException
1923
-
1924 1923
      */
1925 1924
     public function query(WorkflowExpressionQuery $query)
1926 1925
     {
Please login to merge, or discard this patch.