Completed
Pull Request — master (#36)
by Daniel
03:57
created
src/Standard/View/ObjectType.php 1 patch
Spacing   +2 added lines, -2 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\ContentType\Standard\View;
6 6
 
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
         }
39 39
 
40 40
         foreach ($metadata->getPropertyMetadata() as $propertyMetadata) {
41
-            $map[$propertyMetadata->getName()] = function () use ($propertyMetadata, $factory, $data) {
41
+            $map[$propertyMetadata->getName()] = function() use ($propertyMetadata, $factory, $data) {
42 42
                 $field = $this->fieldLoader->load(
43 43
                     $propertyMetadata->getType(),
44 44
                     $propertyMetadata->getOptions()
Please login to merge, or discard this patch.