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/ServiceEngine/Workflow/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\Workflow\Exception;
7 7
 
8 8
 use OldTown\Workflow\ZF2\ServiceEngine\Exception\InvalidArgumentException as Exception;
Please login to merge, or discard this patch.
src/ServiceEngine/Workflow/TransitionResult.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\Workflow;
7 7
 
8 8
 use OldTown\Workflow\Loader\WorkflowDescriptor;
Please login to merge, or discard this patch.
src/ServiceEngine/Workflow/TransitionResultTrait.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\Workflow;
7 7
 
8 8
 use OldTown\Workflow\Loader\WorkflowDescriptor;
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
      */
101 101
     public function setViewName($viewName)
102 102
     {
103
-        $this->viewName = (string)$viewName;
103
+        $this->viewName = (string) $viewName;
104 104
 
105 105
         return $this;
106 106
     }
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
      */
141 141
     public function setEntryId($entryId)
142 142
     {
143
-        $this->entryId = (integer)$entryId;
143
+        $this->entryId = (integer) $entryId;
144 144
 
145 145
         return $this;
146 146
     }
Please login to merge, or discard this patch.
src/ServiceEngine/Workflow/TransitionResultInterface.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\Workflow;
7 7
 
8 8
 use OldTown\Workflow\Loader\WorkflowDescriptor;
Please login to merge, or discard this patch.
src/Factory/Exception/InvalidVariableResolverException.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\Factory\Exception;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
src/Factory/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\Factory\Exception;
7 7
 
8 8
 use OldTown\Workflow\ZF2\Exception\InvalidArgumentException as Exception;
Please login to merge, or discard this patch.
src/Factory/Exception/InvalidWorkflowException.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\Factory\Exception;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
src/Factory/BasicWorkflowFactory.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\Factory;
7 7
 
8 8
 use Zend\Mvc\Application;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     public function createService(ServiceLocatorInterface $serviceLocator)
35 35
     {
36 36
         $caller = false;
37
-        $appSm = method_exists($serviceLocator, 'getServiceLocator') ? call_user_func([$serviceLocator, 'getServiceLocator']) : null;
37
+        $appSm = method_exists($serviceLocator, 'getServiceLocator') ? call_user_func([ $serviceLocator, 'getServiceLocator' ]) : null;
38 38
         if ($appSm && $appSm->has('Application')) {
39 39
             /** @var Application $app */
40 40
             $app = $appSm->get('Application');
Please login to merge, or discard this patch.
src/Factory/AbstractWorkflowFactory.php 2 patches
Indentation   +5 added lines, -5 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/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\Factory;
7 7
 
8 8
 use OldTown\Workflow\Util\Properties\Properties;
@@ -114,8 +114,8 @@  discard block
 block discarded – undo
114 114
 
115 115
             $event = new WorkflowManagerEvent();
116 116
             $event->setWorkflowManager($workflowManager)
117
-                  ->setName(WorkflowManagerEvent::EVENT_CREATE)
118
-                  ->setTarget($workflowManager);
117
+                    ->setName(WorkflowManagerEvent::EVENT_CREATE)
118
+                    ->setTarget($workflowManager);
119 119
             $workflowService->getEventManager()->trigger($event);
120 120
         } catch (\Exception $e) {
121 121
             throw new Exception\FactoryException($e->getMessage(), $e->getCode(), $e);
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
         try {
81 81
             $creationOptions = $this->getCreationOptions();
82 82
             if (array_key_exists(static::WORKFLOW_CONFIGURATION_NAME, $creationOptions)) {
83
-                $this->setWorkflowConfigurationName($creationOptions[static::WORKFLOW_CONFIGURATION_NAME]);
83
+                $this->setWorkflowConfigurationName($creationOptions[ static::WORKFLOW_CONFIGURATION_NAME ]);
84 84
             }
85 85
 
86 86
             /** @var ModuleOptions $moduleOptions */
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
      */
222 222
     public function setWorkflowConfigurationName($workflowConfigurationName)
223 223
     {
224
-        $this->workflowConfigurationName = (string)$workflowConfigurationName;
224
+        $this->workflowConfigurationName = (string) $workflowConfigurationName;
225 225
 
226 226
         return $this;
227 227
     }
Please login to merge, or discard this patch.