Completed
Push — master ( fd2de7...b6c98a )
by Cheren
03:09
created
src/View/Helper/DocumentHelper.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -159,11 +159,11 @@
 block discarded – undo
159 159
 
160 160
         $classes = [
161 161
             $prefix,
162
-            'theme-'    . Str::low($this->_View->theme),
163
-            'plugin-'   . Str::low($this->_View->plugin),
164
-            'view-'     . Str::low($this->_View->name),
165
-            'tmpl-'     . Str::low($this->_View->template),
166
-            'layout-'   . Str::low($this->_View->layout)
162
+            'theme-' . Str::low($this->_View->theme),
163
+            'plugin-' . Str::low($this->_View->plugin),
164
+            'view-' . Str::low($this->_View->name),
165
+            'tmpl-' . Str::low($this->_View->template),
166
+            'layout-' . Str::low($this->_View->layout)
167 167
         ];
168 168
 
169 169
         $pass = (array) $this->request->getParam('pass');
Please login to merge, or discard this patch.