Completed
Push — master ( f9e7b8...4546ab )
by Mihail
03:03
created
src/Ffcms/Core/Arch/Controller.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Ffcms\Core\App;
6 6
 use Ffcms\Core\Exception\NativeException;
7 7
 use Ffcms\Core\Helper\FileSystem\File;
8
-use Ffcms\Core\Helper\Type\Obj;
9 8
 use Ffcms\Core\Helper\Type\Str;
10 9
 use Ffcms\Core\Traits\DynamicGlobal;
11 10
 use Ffcms\Core\Template\Variables;
Please login to merge, or discard this patch.
src/Ffcms/Core/Helper/HTML/Listing.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,6 +164,6 @@
 block discarded – undo
164 164
             $items .= '</li>';
165 165
         }
166 166
 
167
-        return '<' . $elements['type'] . $ulProperties . '>' . $items . '</' . $elements['type'] .  '>';
167
+        return '<' . $elements['type'] . $ulProperties . '>' . $items . '</' . $elements['type'] . '>';
168 168
     }
169 169
 }
170 170
\ No newline at end of file
Please login to merge, or discard this patch.