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 ( 0e2293...50b419 )
by Андрей
18:34 queued 08:01
created
src/TypeResolver/Exception/ErrorCreatingRegisterException.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-service
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2-service
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace  OldTown\Workflow\ZF2\Service\TypeResolver\Exception;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
src/TypeResolver/ChainTypeResolver.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
      * @throws Exception\RuntimeException
73 73
      * @throws Exception\ResultNotFoundException
74 74
      */
75
-    public function getValidator($type, array $args = [])
75
+    public function getValidator($type, array $args = [ ])
76 76
     {
77 77
         $chain = clone $this->chain;
78 78
         while ($chain) {
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
      * @throws Exception\ResultNotFoundException
105 105
      * @throws Exception\RuntimeException
106 106
      */
107
-    public function getRegister($type, array $args = [])
107
+    public function getRegister($type, array $args = [ ])
108 108
     {
109 109
         $chain = clone $this->chain;
110 110
         while ($chain) {
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
      * @throws Exception\RuntimeException
137 137
      * @throws Exception\ResultNotFoundException
138 138
      */
139
-    public function getFunction($type, array $args = [])
139
+    public function getFunction($type, array $args = [ ])
140 140
     {
141 141
         $chain = clone $this->chain;
142 142
         while ($chain) {
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
      * @throws Exception\ResultNotFoundException
169 169
      * @throws Exception\RuntimeException
170 170
      */
171
-    public function getCondition($type, array $args = [])
171
+    public function getCondition($type, array $args = [ ])
172 172
     {
173 173
         $chain = clone $this->chain;
174 174
         while ($chain) {
@@ -206,7 +206,7 @@  discard block
 block discarded – undo
206 206
      */
207 207
     public function setFlagIgnoreException($flagIgnoreException)
208 208
     {
209
-        $this->flagIgnoreException = (boolean)$flagIgnoreException;
209
+        $this->flagIgnoreException = (boolean) $flagIgnoreException;
210 210
 
211 211
         return $this;
212 212
     }
Please login to merge, or discard this patch.
src/TypeResolver/ServiceTypeResolverFactory.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-service
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2-service
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\ZF2\Service\TypeResolver;
7 7
 
8 8
 use Zend\ServiceManager\FactoryInterface;
Please login to merge, or discard this patch.
src/Service/Manager.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-service
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2-service
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\ZF2\Service\Service;
7 7
 
8 8
 use Zend\ServiceManager\AbstractPluginManager;
Please login to merge, or discard this patch.
src/Service/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-service
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2-service
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace  OldTown\Workflow\ZF2\Service\Service\Exception;
7 7
 
8 8
 use OldTown\Workflow\ZF2\Service\Exception\InvalidArgumentException as Exception;
Please login to merge, or discard this patch.
src/Service/Exception/InvalidViewNameException.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-service
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2-service
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace  OldTown\Workflow\ZF2\Service\Service\Exception;
7 7
 
8 8
 use OldTown\Workflow\ZF2\Service\Exception\InvalidArgumentException as Exception;
Please login to merge, or discard this patch.
src/Service/Exception/RuntimeException.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-service
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2-service
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace  OldTown\Workflow\ZF2\Service\Service\Exception;
7 7
 
8 8
 use OldTown\Workflow\ZF2\Service\Exception\RuntimeException as Exception;
Please login to merge, or discard this patch.
src/Service/Exception/ExceptionInterface.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-service
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2-service
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace  OldTown\Workflow\ZF2\Service\Service\Exception;
7 7
 
8 8
 use \OldTown\Workflow\ZF2\Service\Exception\ExceptionInterface as BaseException;
Please login to merge, or discard this patch.
src/Service/ProviderInterface.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-service
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/workflow-zf2-service
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\ZF2\Service\Service;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.