Completed
Push — master ( e81cc5...330c26 )
by Portey
56:41 queued 37:11
created
Tests/Type/ScalarTypeTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
         foreach (TypeMap::getScalarTypes() as $typeName) {
21 21
             $typeName = ucfirst($typeName);
22 22
             if ($typeName == 'Datetime') {
23
-                $className = 'Youshido\GraphQL\Type\Scalar\DateTimeType';//  : ;
23
+                $className = 'Youshido\GraphQL\Type\Scalar\DateTimeType'; //  : ;
24 24
             } elseif ($typeName == 'Datetimetz') {
25 25
                 $className = 'Youshido\GraphQL\Type\Scalar\DateTimeTzType';
26 26
             } else {
Please login to merge, or discard this patch.