Completed
Push — master ( 34732e...6894ab )
by John
07:41
created
src/Description/Visitor/VisiteeMixin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions package.
4 4
  *
Please login to merge, or discard this patch.
src/Description/Visitor/Visitee.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions package.
4 4
  *
Please login to merge, or discard this patch.
src/Description/Visitor/Visitor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions package.
4 4
  *
Please login to merge, or discard this patch.
src/Description/Visitor/ClosureVisitor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions package.
4 4
  *
Please login to merge, or discard this patch.
src/Description/Visitor/ClosureVisitorScope.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions package.
4 4
  *
Please login to merge, or discard this patch.
src/Description/Document/Document.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions package.
4 4
  *
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
      */
51 51
     public function apply(callable $f)
52 52
     {
53
-        $recurse = function (&$item, $parent = null, $parentAttribute = null) use ($f, &$recurse) {
53
+        $recurse = function(&$item, $parent = null, $parentAttribute = null) use ($f, &$recurse) {
54 54
 
55 55
             foreach ($item as $attribute => &$value) {
56 56
                 if (false === $f($value, $attribute, $parent, $parentAttribute)) {
Please login to merge, or discard this patch.
src/Description/Document/Reader/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions package.
4 4
  *
Please login to merge, or discard this patch.
src/Description/Document/Reader/ResourceNotReadableException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions package.
4 4
  *
Please login to merge, or discard this patch.
src/Description/Document/Reader/SimpleReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions package.
4 4
  *
Please login to merge, or discard this patch.