Passed
Pull Request — master (#112)
by Zing
05:25
created
src/Enums/CastType.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
     /**
20 20
      * @var string
21 21
      */
22
-    public const ARRAY = 'array';
22
+    public const array = 'array';
23 23
 
24 24
     /**
25 25
      * @var string
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
      *
46 46
      * @var string
47 47
      */
48
-    public const CAST_ARRAY = self::ARRAY;
48
+    public const CAST_ARRAY = self::array;
49 49
 
50 50
     /**
51 51
      * @deprecated use CastType::INTEGER instead
Please login to merge, or discard this patch.