This commit is contained in:
Joseph Cohen
2015-03-26 15:09:49 -06:00
parent 37e20bf2bf
commit 082f57569f
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ class AtomController extends AbstractController
*
* @return void
*/
private function feedAddItem(& $feed, $incident)
private function feedAddItem(&$feed, $incident)
{
$feed->add(
$incident->name,

View File

@@ -48,7 +48,7 @@ class RssController extends AbstractController
*
* @return void
*/
private function feedAddItem(& $feed, $incident)
private function feedAddItem(&$feed, $incident)
{
$feed->add(
$incident->name,