-
Notifications
You must be signed in to change notification settings - Fork 130
Conversation
@@ -146,7 +146,7 @@ public function getEvent() | |||
*/ | |||
public function setEventManager(EventManagerInterface $eventManager) | |||
{ | |||
$eventManager->addIdentifiers(array(__CLASS__, get_called_class(), 'profiler')); | |||
$eventManager->addIdentifiers([__CLASS__, get_called_class(), 'profiler']); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't use PHP 5.4 syntax
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, sorry, I will fix it now
Last commit fix 5.4 syntax back to 5.3 |
👍 |
Not sure. Isn't that a different problem? (related, but different) Marco Pivetta On 6 May 2015 at 16:39, Abdul Malik Ikhsan [email protected] wrote:
|
That's I think different. but actually fix factory issue Warm regards, Abdul Malik Ikhsan Pada 6 Mei 2015, pukul 22.41, Marco Pivetta [email protected] menulis:
|
@Ocramius I think we can have a tag ? 1.0.0 release ? |
#159