Passed
Push — dev5 ( cbc2fc...7d6fd9 )
by Ron
09:10
created
app/Domains/TechTips/SetTechTips.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -143,8 +143,7 @@
 block discarded – undo
143 143
         {
144 144
             if(isset($equip['laravel_through_key']))
145 145
             {
146
-                $current = $current->filter(function($item) use ($equip)
147
-                {
146
+                $current = $current->filter(function($item) use ($equip) {
148 147
                     return $item->sys_id != $equip['sys_id'];
149 148
                 });
150 149
             }
Please login to merge, or discard this patch.