Completed
Push — master ( 118ce9...9e4cdb )
by Alexandr
02:51
created
Tests/Schema/InputParseTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
                             'from'   => new DateTimeType(),
31 31
                             'fromtz' => new DateTimeTzType(),
32 32
                         ],
33
-                        'resolve' => function ($source, $args) {
33
+                        'resolve' => function($source, $args) {
34 34
                             return sprintf('Result with %s date and %s tz',
35 35
                                 empty($args['from']) ? 'default' : $args['from'],
36 36
                                 empty($args['fromtz']) ? 'default' : $args['fromtz']
Please login to merge, or discard this patch.