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/Annotation/ResultMap.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\Annotation;
7 7
 
8 8
 use Doctrine\Common\Annotations\Annotation\Required;
Please login to merge, or discard this patch.
src/Annotation/ArgumentsMap.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-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\Annotation;
7 7
 
8 8
 use Doctrine\Common\Annotations\Annotation\Required;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,5 +22,5 @@
 block discarded – undo
22 22
      *
23 23
      * @Required()
24 24
      */
25
-    public $argumentsMap = [];
25
+    public $argumentsMap = [ ];
26 26
 }
Please login to merge, or discard this patch.
src/Event/WorkflowTypeResolverEvent.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\Event;
7 7
 
8 8
 use OldTown\Workflow\WorkflowInterface;
Please login to merge, or discard this patch.
config/module.config.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -35,12 +35,12 @@
 block discarded – undo
35 35
     'workflow_zf2_serviceEngine'         => [
36 36
         'metadataReaderManagerClassName' => MetadataReaderManager::class,
37 37
         'metadataReader' => 'annotation',
38
-        'metadataReaderOptions' => []
38
+        'metadataReaderOptions' => [ ]
39 39
     ],
40 40
     'workflow_zf2_service'         => [
41
-        'invokables' => [],
42
-        'factories'          => [],
43
-        'abstract_factories' => [],
44
-        'aliases' => []
41
+        'invokables' => [ ],
42
+        'factories'          => [ ],
43
+        'abstract_factories' => [ ],
44
+        'aliases' => [ ]
45 45
     ]
46 46
 ];
47 47
\ No newline at end of file
Please login to merge, or discard this patch.