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 ( 909684...e1b3d2 )
by Андрей
15:20
created
src/Loader/Traits/ArgsTrait.php 1 patch
Indentation   +4 added lines, -4 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/old-town-workflow
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/old-town-workflow
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\Loader\Traits;
7 7
 
8 8
 use DOMElement;
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
     /**
19 19
      * @var array
20 20
      */
21
-   protected $args = [];
21
+    protected $args = [];
22 22
 
23 23
     /**
24 24
      * Возвращает аргументы
Please login to merge, or discard this patch.
src/Loader/Traits/NameTrait.php 1 patch
Indentation   +4 added lines, -4 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/old-town-workflow
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/old-town-workflow
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\Loader\Traits;
7 7
 
8 8
 use DOMElement;
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
     /**
19 19
      * @var string
20 20
      */
21
-   protected $name;
21
+    protected $name;
22 22
 
23 23
 
24 24
     /**
Please login to merge, or discard this patch.
src/Loader/Traits/TypeTrait.php 1 patch
Indentation   +4 added lines, -4 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/old-town-workflow
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/old-town-workflow
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\Loader\Traits;
7 7
 
8 8
 use DOMElement;
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
     /**
19 19
      * @var string
20 20
      */
21
-   protected $type;
21
+    protected $type;
22 22
 
23 23
 
24 24
     /**
Please login to merge, or discard this patch.
src/Loader/ValidatorDescriptor.php 1 patch
Indentation   +7 added lines, -7 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/old-town-workflow
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/old-town-workflow
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\Loader;
7 7
 
8 8
 use DOMElement;
@@ -17,10 +17,10 @@  discard block
 block discarded – undo
17 17
  */
18 18
 class ValidatorDescriptor extends AbstractDescriptor
19 19
     implements Traits\ArgsInterface,
20
-               Traits\TypeInterface,
21
-               Traits\NameInterface,
22
-               Traits\CustomArgInterface,
23
-               WriteXmlInterface
20
+                Traits\TypeInterface,
21
+                Traits\NameInterface,
22
+                Traits\CustomArgInterface,
23
+                WriteXmlInterface
24 24
 {
25 25
     use Traits\ArgsTrait, Traits\TypeTrait, Traits\IdTrait, Traits\NameTrait;
26 26
 
Please login to merge, or discard this patch.
src/TransientVars/AbstractTransientVars.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/old-town-workflow
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+         * @link https://github.com/old-town/old-town-workflow
4
+         * @author  Malofeykin Andrey  <[email protected]>
5
+         */
6 6
 namespace OldTown\Workflow\TransientVars;
7 7
 
8 8
 use ArrayObject;
Please login to merge, or discard this patch.
src/Util/Caller.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Created by PhpStorm.
4
- * User: shirshov
5
- * Date: 11.11.15
6
- * Time: 16:24
7
- */
3
+     * Created by PhpStorm.
4
+     * User: shirshov
5
+     * Date: 11.11.15
6
+     * Time: 16:24
7
+     */
8 8
 namespace OldTown\Workflow\Util;
9 9
 
10 10
 use OldTown\PropertySet\PropertySetInterface;
Please login to merge, or discard this patch.
src/Util/StatusCondition.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Created by PhpStorm.
4
- * User: shirshov
5
- * Date: 11.11.15
6
- * Time: 16:17
7
- */
3
+     * Created by PhpStorm.
4
+     * User: shirshov
5
+     * Date: 11.11.15
6
+     * Time: 16:17
7
+     */
8 8
 
9 9
 namespace OldTown\Workflow\Util;
10 10
 
Please login to merge, or discard this patch.
test/phpunit/tests/Loader/XMLWorkflowFactoryTest.php 1 patch
Indentation   +6 added lines, -6 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/old-town-workflow
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link    https://github.com/old-town/old-town-workflow
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\PhpUnitTest\Loader;
7 7
 
8 8
 use InterNations\Component\HttpMock\PHPUnit\HttpMockTrait;
@@ -340,9 +340,9 @@  discard block
 block discarded – undo
340 340
         $mockConfig->url = Paths::getPathToInvalidWorkflowConfig() . DIRECTORY_SEPARATOR . 'example.xml';
341 341
 
342 342
         $xmlWorkflowFactory->expects(static::once())
343
-                           ->method('buildWorkflowConfig')
344
-                           ->with(static::isNull(), static::equalTo('file'), static::equalTo('example.xml'))
345
-                           ->will(static::returnValue($mockConfig));
343
+                            ->method('buildWorkflowConfig')
344
+                            ->with(static::isNull(), static::equalTo('file'), static::equalTo('example.xml'))
345
+                            ->will(static::returnValue($mockConfig));
346 346
 
347 347
 
348 348
         $xmlWorkflowFactory->getProperties()->setProperty(XmlWorkflowFactory::RESOURCE_PROPERTY, 'workflows-no-base-dir.xml');
Please login to merge, or discard this patch.
test/phpunit/tests/Loader/XmlUtilTest.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/old-town-workflow
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link    https://github.com/old-town/old-town-workflow
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\Workflow\PhpUnitTest\Loader;
7 7
 
8 8
 use OldTown\Workflow\PhpUnit\Test\Paths;
Please login to merge, or discard this patch.