Apply fixes from StyleCI
This commit is contained in:
@@ -1043,7 +1043,7 @@ class FilterController extends Controller
|
||||
$tz = explode(')', substr($location, stripos($location, 'T')
|
||||
+ 1));
|
||||
|
||||
return ($tz[0] != "") ? $tz[0] : "+00:00";
|
||||
return ($tz[0] != '') ? $tz[0] : '+00:00';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user