@@ -68,7 +68,7 @@ |
||
68 | 68 | /** |
69 | 69 | * Send data to provider. |
70 | 70 | * |
71 | - * @param array $subscribers |
|
71 | + * @param Subscriber[] $subscribers |
|
72 | 72 | * @param \Closure $success |
73 | 73 | * @param \Closure $fail |
74 | 74 | */ |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use League\Event\EventInterface; |
7 | 7 | use League\Event\ListenerInterface; |
8 | 8 | use Notimatica\Driver\StatisticsStorages\AbstractStorage; |
9 | -use Notimatica\Driver\StatisticsStoragesFactory; |
|
10 | 9 | |
11 | 10 | trait EventsEmitter |
12 | 11 | { |