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

Commit c0151e6

Browse files
committed
Merge pull request #39 from samsonasik/cs
CS fixes
2 parents 1ace430 + 7573897 commit c0151e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/SharedEventManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ public function detach(callable $listener, $identifier = null, $eventName = null
141141
unset($this->identifiers[$identifier][$eventName]);
142142
break;
143143
}
144-
145144
}
146145

147146
// Is the identifier queue now empty? Remove it.

test/TestAsset/StaticEventsMock.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public function getListeners($id, $event = null)
3030
*/
3131
public function attach($identifier, $event, callable $listener, $priority = 1)
3232
{
33-
3433
}
3534

3635
/**

0 commit comments

Comments
 (0)