Passed
Push — scrutinizer-patch-1 ( c7d376 )
by
unknown
13:36 queued 05:35
created
app/Theme/CloudsTheme.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      * Where are our CSS, JS and other assets?
31 31
      */
32 32
     protected const THEME_DIR  = 'clouds';
33
-    public const ASSET_DIR  = 'themes/' . self::THEME_DIR . '/css-2.0.0/';
33
+    public const ASSET_DIR = 'themes/' . self::THEME_DIR . '/css-2.0.0/';
34 34
     protected const STYLESHEET = self::ASSET_DIR . 'style.css';
35 35
 
36 36
     /**
Please login to merge, or discard this patch.
app/Theme/AbstractTheme.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      * Where are our CSS, JS and other assets?
48 48
      */
49 49
     protected const THEME_DIR  = '_common';
50
-    public const ASSET_DIR  = 'themes/' . self::THEME_DIR . '/css-2.0.0/';
50
+    public const ASSET_DIR = 'themes/' . self::THEME_DIR . '/css-2.0.0/';
51 51
     protected const STYLESHEET = self::ASSET_DIR . 'style.css';
52 52
 
53 53
     protected const PERSON_BOX_CLASSES = [
Please login to merge, or discard this patch.