Passed
Push — dev5a ( 2c238c...96dd50 )
by Ron
07:38
created
app/Domains/TechTips/SearchTips.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@
 block discarded – undo
42 42
     //  Process all of the search filters to search for a tech tip
43 43
     protected function searchFor($search)
44 44
     {
45
-        $searchText = isset($search['text'])   ? explode(' ', $search['text']) : null;
46
-        $type       = isset($search['type'])   ? $search['type'] : null;
45
+        $searchText = isset($search['text']) ? explode(' ', $search['text']) : null;
46
+        $type       = isset($search['type']) ? $search['type'] : null;
47 47
         $sys        = isset($search['sys_id']) ? $search['sys_id'] : null;
48 48
 
49 49
         return TechTips::orderBy('sticky', 'DESC')
Please login to merge, or discard this patch.