Completed
Pull Request — master (#7)
by David
05:25
created
src/DependencyInjection/Configuration.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
 /*
6 6
  * This file is part of the AutoFormBundle package.
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
                     ->defaultValue(['id', 'locale', 'translatable'])
30 30
                     ->beforeNormalization()
31 31
                         ->ifString()
32
-                        ->then(function ($v) {
32
+                        ->then(function($v) {
33 33
                             return preg_split('/\s*,\s*/', $v);
34 34
                         })
35 35
                     ->end()
Please login to merge, or discard this patch.
src/DependencyInjection/A2lixAutoFormExtension.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
 /*
6 6
  * This file is part of the AutoFormBundle package.
Please login to merge, or discard this patch.
src/Form/Type/AutoFormType.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
 /*
6 6
  * This file is part of the AutoFormBundle package.
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
             'excluded_fields' => [],
41 41
         ]);
42 42
 
43
-        $resolver->setNormalizer('data_class', function (Options $options, $value) {
43
+        $resolver->setNormalizer('data_class', function(Options $options, $value) {
44 44
             if (empty($value)) {
45 45
                 throw new \RuntimeException(sprintf('Missing "data_class" option of "AutoFormType".'));
46 46
             }
Please login to merge, or discard this patch.
src/Form/Manipulator/FormManipulatorInterface.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
 /*
6 6
  * This file is part of the AutoFormBundle package.
Please login to merge, or discard this patch.
src/Form/Manipulator/DefaultManipulator.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
 /*
6 6
  * This file is part of the AutoFormBundle package.
Please login to merge, or discard this patch.
src/Form/EventListener/AutoFormListener.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
 /*
6 6
  * This file is part of the AutoFormBundle package.
Please login to merge, or discard this patch.
src/A2lixAutoFormBundle.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
 /*
6 6
  * This file is part of the AutoFormBundle package.
Please login to merge, or discard this patch.
src/ObjectInfo/ObjectInfoInterface.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
 /*
6 6
  * This file is part of the AutoFormBundle package.
Please login to merge, or discard this patch.
src/ObjectInfo/DoctrineInfo.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
 /*
6 6
  * This file is part of the AutoFormBundle package.
Please login to merge, or discard this patch.