Completed
Push — master ( 2af2d7...ce9658 )
by Kirill
02:09
created
src/Controller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
                 return Carbon::instance($date)->diffForHumans();
102 102
         }
103 103
 
104
-        return $date->format(\constant(Carbon::class . '::' . $format));
104
+        return $date->format(\constant(Carbon::class.'::'.$format));
105 105
     }
106 106
 
107 107
     /**
Please login to merge, or discard this patch.
src/Extension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     /**
22 22
      * @var string Path to graphql schema file
23 23
      */
24
-    private const GRAPHQL_DATETIME = __DIR__ . '/../resources/datetime.graphqls';
24
+    private const GRAPHQL_DATETIME = __DIR__.'/../resources/datetime.graphqls';
25 25
 
26 26
     /**
27 27
      * @param CompilerInterface $compiler
Please login to merge, or discard this patch.