Apply fixes from StyleCI

This commit is contained in:
Manish Verma
2018-09-18 07:05:46 +00:00
parent e9650156bb
commit dc09774235
3 changed files with 3 additions and 3 deletions

View File

@@ -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';
}
/**