Completed
Pull Request — master (#37)
by Daniel
04:57
created
src/Standard/Field/TextField.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\Field;
6 6
 
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     public function configureOptions(FieldOptionsResolver $options)
32 32
     {
33 33
         $options->setDefault('tag', null);
34
-        $options->setViewMapper(function (array $options)  {
34
+        $options->setViewMapper(function(array $options) {
35 35
             return $options;
36 36
         });
37 37
     }
Please login to merge, or discard this patch.