@@ -87,7 +87,7 @@ |
||
| 87 | 87 | */ |
| 88 | 88 | private function lsort() |
| 89 | 89 | { |
| 90 | - uasort($this->listeners, function ($a, $b) { |
|
| 90 | + uasort($this->listeners, function($a, $b) { |
|
| 91 | 91 | if ($a['priority'] == $b['priority']) { |
| 92 | 92 | return 0; |
| 93 | 93 | } |
@@ -3,10 +3,6 @@ |
||
| 3 | 3 | namespace Tests; |
| 4 | 4 | |
| 5 | 5 | |
| 6 | -use Psr\EventManager\EventInterface; |
|
| 7 | -use Psr\EventManager\EventManagerInterface; |
|
| 8 | -use Event\Event; |
|
| 9 | -use Event\EventManager; |
|
| 10 | 6 | use Tests\EventTestSuite; |
| 11 | 7 | |
| 12 | 8 | |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Tests; |
| 4 | 4 | |
| 5 | -use PHPUnit\Framework\TestCase; |
|
| 6 | 5 | use Psr\EventManager\EventInterface; |
| 7 | 6 | use Event\Event; |
| 8 | 7 | use Tests\EventTestSuite; |