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
Branch master (abb50b)
by Alexei
06:00
created
src/ServiceContainer/SoapExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     public function process(ContainerBuilder $container)
71 71
     {
72 72
         $this->setDefinition($container, 'SoapContextReader', EnvironmentExtension::READER_TAG . '.context', [
73
-          $this->processor->findAndSortTaggedServices($container, ContextExtension::READER_TAG),
73
+            $this->processor->findAndSortTaggedServices($container, ContextExtension::READER_TAG),
74 74
         ]);
75 75
     }
76 76
 
Please login to merge, or discard this patch.
src/Context/SoapContextReader.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Behat\SoapExtension\Context;
6 6
 
7 7
 use Behat\Testwork\Call\Callee;
Please login to merge, or discard this patch.
src/Context/SoapContextInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Behat\SoapExtension\Context;
6 6
 
7 7
 use Behat\Behat\Context\Context;
Please login to merge, or discard this patch.
src/Context/RawSoapContext.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Alexei Gorobet, <[email protected]>
4
- */
3
+     * @author Alexei Gorobet, <[email protected]>
4
+     */
5 5
 namespace Behat\SoapExtension\Context;
6 6
 
7 7
 use Behat\SoapExtension\Utils\SoapManager;
Please login to merge, or discard this patch.
src/Context/SoapContext.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Alexei Gorobet, <[email protected]>
4
- */
3
+     * @author Alexei Gorobet, <[email protected]>
4
+     */
5 5
 namespace Behat\SoapExtension\Context;
6 6
 
7 7
 use Symfony\Component\Yaml\Yaml;
Please login to merge, or discard this patch.
src/Context/SoapContextInitializer.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Behat\SoapExtension\Context;
6 6
 
7 7
 use Behat\Behat\Context\Context;
Please login to merge, or discard this patch.
src/Utils/ArrayManager.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Behat\SoapExtension\Utils;
6 6
 
7 7
 /**
Please login to merge, or discard this patch.
src/Utils/SoapManager.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Sergii Bondarenko, <[email protected]>
4
- */
3
+     * @author Sergii Bondarenko, <[email protected]>
4
+     */
5 5
 namespace Behat\SoapExtension\Utils;
6 6
 
7 7
 /**
Please login to merge, or discard this patch.