Completed
Push — master ( 4dd6a7...a4332f )
by Cheren
02:10
created
src/View/Helper/DocumentHelper.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -78,11 +78,11 @@
 block discarded – undo
78 78
 
79 79
         $classes = [
80 80
             $prefix,
81
-            'theme-'    . Str::low($this->_View->theme),
82
-            'plugin-'   . Str::low($this->_View->plugin),
83
-            'view-'     . Str::low($this->_View->name),
84
-            'tmpl-'     . Str::low($this->_View->template),
85
-            'layout-'   . Str::low($this->_View->layout),
81
+            'theme-' . Str::low($this->_View->theme),
82
+            'plugin-' . Str::low($this->_View->plugin),
83
+            'view-' . Str::low($this->_View->name),
84
+            'tmpl-' . Str::low($this->_View->template),
85
+            'layout-' . Str::low($this->_View->layout),
86 86
         ];
87 87
 
88 88
         $pass = (array) $this->request->param('pass');
Please login to merge, or discard this patch.