Completed
Push — master ( fc9392...7191b7 )
by Daniel
05:07
created
src/DescriptionFactory.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Psi\Component\Description;
6 6
 
@@ -32,9 +32,9 @@  discard block
 block discarded – undo
32 32
     public function __construct(array $enhancers, Schema $schema = null, array $resolvers = [])
33 33
     {
34 34
         // type safety ...
35
-        array_walk($enhancers, function (EnhancerInterface $enhancer) {
35
+        array_walk($enhancers, function(EnhancerInterface $enhancer) {
36 36
         });
37
-        array_walk($resolvers, function (SubjectResolverInterface $enhancer) {
37
+        array_walk($resolvers, function(SubjectResolverInterface $enhancer) {
38 38
         });
39 39
 
40 40
         $this->enhancers = $enhancers;
Please login to merge, or discard this patch.
src/Descriptor/BooleanDescriptor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Psi\Component\Description\Descriptor;
6 6
 
Please login to merge, or discard this patch.
src/DescriptorInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Psi\Component\Description\Descriptor;
6 6
 
Please login to merge, or discard this patch.
src/DescriptionInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Psi\Component\Description\Descriptor;
6 6
 
Please login to merge, or discard this patch.
src/Schema/Extension/FileExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Psi\Component\Description\Descriptor;
6 6
 
Please login to merge, or discard this patch.
src/Schema/Extension/HierarchyExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Psi\Component\Description\Descriptor;
6 6
 
Please login to merge, or discard this patch.
src/Schema/Extension/StandardExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Psi\Component\Description\Descriptor;
6 6
 
Please login to merge, or discard this patch.
src/Schema/ExtensionInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Psi\Component\Description\Descriptor;
6 6
 
Please login to merge, or discard this patch.
src/Schema/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Psi\Component\Description\Descriptor;
6 6
 
Please login to merge, or discard this patch.