Use single quotes where possible

This commit is contained in:
Graham Campbell
2015-01-04 12:24:11 +00:00
parent f4a5484687
commit 981da68b43

View File

@@ -36,7 +36,7 @@ class AtomController extends Controller
Setting::get('app_name'),
Setting::get('app_domain'),
$incident->created_at,
($componentName === null ? $incident->humanStatus : $componentName." ".$incident->humanStatus),
($componentName === null ? $incident->humanStatus : $componentName.' '.$incident->humanStatus),
$incident->message
);
});