Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Fix back to php 5.4 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
seyfer committed May 6, 2015
1 parent b6af36b commit dc12fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZendDeveloperTools/Profiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function getEvent()
*/
public function setEventManager(EventManagerInterface $eventManager)
{
$eventManager->addIdentifiers([__CLASS__, get_called_class(), 'profiler']);
$eventManager->addIdentifiers(array(__CLASS__, get_called_class(), 'profiler'));
$this->eventManager = $eventManager;

return $this;
Expand Down

0 comments on commit dc12fe1

Please sign in to comment.