mirror of
https://github.com/cachethq/cachet.git
synced 2026-07-01 08:15:55 +00:00
Fix CS
This commit is contained in:
@@ -48,7 +48,7 @@ class AtomController extends AbstractController
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
private function feedAddItem(& $feed, $incident)
|
||||
private function feedAddItem(&$feed, $incident)
|
||||
{
|
||||
$feed->add(
|
||||
$incident->name,
|
||||
|
||||
Reference in New Issue
Block a user