Passed
Pull Request — master (#176)
by Zing
04:29
created
src/Enums/CastType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 
7 7
 class CastType
8 8
 {
9
-    public const ORIGINAL='original';
9
+    public const ORIGINAL = 'original';
10 10
     /**
11 11
      * @var string
12 12
      */
Please login to merge, or discard this patch.