Passed
Push — master ( 9d63ab...25d0a6 )
by Arthur
03:19
created
src/Types/ConfigInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     public const CACHE_METHOD         = 'setCacheOptions';
39 39
 
40 40
     // json-api attributes can be in one of: camel-case, snake-case, lisp-case
41
-    public const DEFAULT_CAMEL_CASE  = 'snake-case';
41
+    public const DEFAULT_CAMEL_CASE = 'snake-case';
42 42
 
43 43
     // todo: make this prop set via config for tests to run normally
44 44
     public const DEFAULT_ACTIVATE = 30;
Please login to merge, or discard this patch.