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 ( b4e0b1...5fffd6 )
by Андрей
03:39
created
src/EntryToObjects/EntryToObjectsControllerPlugin.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-toolkit
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link    https://github.com/old-town/workflow-zf2-toolkit
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\ZF2\Toolkit\DoctrineWorkflowStory;
7 7
 
8 8
 use Zend\Serializer\AdapterPluginManager as SerializerManager;
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -26,13 +26,13 @@
 block discarded – undo
26 26
      *
27 27
      * @param array $options
28 28
      */
29
-    public function __construct(array $options = [])
29
+    public function __construct(array $options = [ ])
30 30
     {
31 31
         $initOptions = [
32
-            array_key_exists('entryToObjectsService', $options) ? $options['entryToObjectsService'] : null
32
+            array_key_exists('entryToObjectsService', $options) ? $options[ 'entryToObjectsService' ] : null
33 33
         ];
34 34
 
35
-        call_user_func_array([$this, 'init'], $initOptions);
35
+        call_user_func_array([ $this, 'init' ], $initOptions);
36 36
     }
37 37
 
38 38
     /**
Please login to merge, or discard this patch.
src/EntryToObjects/EntryToObjectsControllerPluginFactory.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-toolkit
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link    https://github.com/old-town/workflow-zf2-toolkit
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\ZF2\Toolkit\DoctrineWorkflowStory;
7 7
 
8 8
 use Zend\Serializer\AdapterPluginManager as SerializerManager;
Please login to merge, or discard this patch.