Apply fixes from StyleCI

This commit is contained in:
Manish Verma
2018-08-09 11:29:03 +00:00
committed by StyleCI Bot
parent 02b4b42363
commit 1fb97a7e1d
2 changed files with 2 additions and 1 deletions

View File

@@ -1042,6 +1042,7 @@ class FilterController extends Controller
} }
$tz = explode(')', substr($location, stripos($location, 'T') $tz = explode(')', substr($location, stripos($location, 'T')
+ 1)); + 1));
return $tz[0]; return $tz[0];
} }

View File

@@ -2788,7 +2788,7 @@ class TicketController extends Controller
} }
} }
}) })
->make(); ->make();
} }