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 ( 7a8705...beb874 )
by Андрей
04:16
created
src/Exception/BadMethodCallException.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/workflow-zf2
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\ZF2\Exception;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
src/Exception/InvalidArgumentException.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/workflow-zf2
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\ZF2\Exception;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
src/Event/CallerEvent.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/workflow-zf2
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace  OldTown\Workflow\ZF2\Event;
7 7
 
8 8
 use Zend\EventManager\Event;
Please login to merge, or discard this patch.
src/Event/WorkflowEvent.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/workflow-zf2
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace  OldTown\Workflow\ZF2\Event;
7 7
 
8 8
 use OldTown\Workflow\ZF2\ServiceEngine\Workflow\TransitionResultInterface;
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -23,19 +23,19 @@
 block discarded – undo
23 23
      *
24 24
      * @var string
25 25
      */
26
-    const EVENT_RENDER         = 'render';
26
+    const EVENT_RENDER = 'render';
27 27
 
28 28
     /**
29 29
      * Запуск нового процесса workflow
30 30
      *
31 31
      * @var string
32 32
      */
33
-    const EVENT_WORKFLOW_INITIALIZE         = 'initialize';
33
+    const EVENT_WORKFLOW_INITIALIZE = 'initialize';
34 34
 
35 35
     /**
36 36
      * Запуск перехода между двумя действиями workflow
37 37
      *
38 38
      * @var string
39 39
      */
40
-    const EVENT_DO_ACTION         = 'doAction';
40
+    const EVENT_DO_ACTION = 'doAction';
41 41
 }
Please login to merge, or discard this patch.
src/Event/WorkflowManagerEvent.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/workflow-zf2
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace  OldTown\Workflow\ZF2\Event;
7 7
 
8 8
 use OldTown\Workflow\WorkflowInterface;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      *
21 21
      * @var string
22 22
      */
23
-    const EVENT_CREATE         = 'workflow.manager.create';
23
+    const EVENT_CREATE = 'workflow.manager.create';
24 24
 
25 25
     /**
26 26
      * @var WorkflowInterface
Please login to merge, or discard this patch.
src/ServiceEngine/Exception/DoActionException.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/workflow-zf2
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace  OldTown\Workflow\ZF2\ServiceEngine\Exception;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
src/ServiceEngine/Exception/InvalidArgumentException.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/workflow-zf2
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace  OldTown\Workflow\ZF2\ServiceEngine\Exception;
7 7
 
8 8
 use OldTown\Workflow\ZF2\Exception\InvalidArgumentException as Exception;
Please login to merge, or discard this patch.
src/ServiceEngine/Exception/InvalidWorkflowManagerException.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/workflow-zf2
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace  OldTown\Workflow\ZF2\ServiceEngine\Exception;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
src/ServiceEngine/Workflow.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/workflow-zf2
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\ZF2\ServiceEngine;
7 7
 
8 8
 use OldTown\Workflow\Loader\WorkflowDescriptor;
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -75,13 +75,13 @@  discard block
 block discarded – undo
75 75
             $errMsg = 'Argument serviceLocator not found';
76 76
             throw new Exception\InvalidArgumentException($errMsg);
77 77
         }
78
-        $this->setServiceLocator($options['serviceLocator']);
78
+        $this->setServiceLocator($options[ 'serviceLocator' ]);
79 79
 
80 80
         if (!array_key_exists('moduleOptions', $options)) {
81 81
             $errMsg = 'Argument moduleOptions not found';
82 82
             throw new Exception\InvalidArgumentException($errMsg);
83 83
         }
84
-        $this->setModuleOptions($options['moduleOptions']);
84
+        $this->setModuleOptions($options[ 'moduleOptions' ]);
85 85
     }
86 86
 
87 87
     /**
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
259 259
         }
260 260
         $workflowManagerServiceName = $this->getWorkflowManagerServiceName($managerName);
261 261
 
262
-        $manager =  $this->getServiceLocator()->get($workflowManagerServiceName);
262
+        $manager = $this->getServiceLocator()->get($workflowManagerServiceName);
263 263
 
264 264
         if (!$manager instanceof WorkflowInterface) {
265 265
             $errMsg = sprintf('Workflow manager not implement %s', WorkflowInterface::class);
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
      */
278 278
     public function getActionByName(WorkflowDescriptor $wf, $actionName)
279 279
     {
280
-        $actionName = (string)$actionName;
280
+        $actionName = (string) $actionName;
281 281
 
282 282
         foreach ($wf->getGlobalActions() as $actionDescriptor) {
283 283
             if ($actionName === $actionDescriptor->getName()) {
@@ -344,7 +344,7 @@  discard block
 block discarded – undo
344 344
      */
345 345
     public function setWorkflowManagerServiceNamePattern($workflowManagerServiceNamePattern)
346 346
     {
347
-        $this->workflowManagerServiceNamePattern = (string)$workflowManagerServiceNamePattern;
347
+        $this->workflowManagerServiceNamePattern = (string) $workflowManagerServiceNamePattern;
348 348
 
349 349
         return $this;
350 350
     }
@@ -366,7 +366,7 @@  discard block
 block discarded – undo
366 366
             throw new Exception\InvalidWorkflowManagerAliasException($errMsg);
367 367
         }
368 368
 
369
-        return $aliasMap[$alias];
369
+        return $aliasMap[ $alias ];
370 370
     }
371 371
 
372 372
 
Please login to merge, or discard this patch.