Completed
Push — master ( d377f8...9cb36d )
by Kirill
02:33
created
src/In/CarbonFormat.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * RFC3339 date format.
21 21
      * Example: `2005-08-15T15:52:01+00:00`
22 22
      */
23
-    public const DEFAULT = 'RFC3339';
23
+    public const default = 'RFC3339';
24 24
 
25 25
     /**
26 26
      * Simple Date format.
Please login to merge, or discard this patch.
src/TypeDefinition/FormatArgument.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 
46 46
         $this->parent = $field;
47 47
 
48
-        $this->defaultValue    = CarbonFormat::DEFAULT;
48
+        $this->defaultValue    = CarbonFormat::default;
49 49
         $this->hasDefaultValue = true;
50 50
     }
51 51
 
Please login to merge, or discard this patch.