Completed
Push — master ( 9df9c8...3f2069 )
by Park Jong-Hun
02:16
created
app/Admin/Welcome.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Controller\Admin;
4 4
 
5 5
 use Core\Application;
6
-use Core\Utils\ArrayUtils;
7 6
 use Core\ViewModel;
8 7
 use Prob\ArrayUtil\KeyGlue;
9 8
 
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@
 block discarded – undo
42 42
 
43 43
         $events = $glue->glueKeyAndContainValue();
44 44
 
45
-        foreach($events as $k => $v) {
46
-            if(is_string($events[$k]) == false) {
45
+        foreach ($events as $k => $v) {
46
+            if (is_string($events[$k]) == false) {
47 47
                 $events[$k] = '{ Closure function }';
48 48
             }
49 49
         }
Please login to merge, or discard this patch.