Skip to content

Commit

Permalink
Merge pull request #12 from mmasiukevich/develop
Browse files Browse the repository at this point in the history
fix error
  • Loading branch information
mmasiukevich authored Mar 29, 2018
2 parents d440680 + 5fd56f6 commit 54911e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Scheduler/SchedulerListenerService.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function __construct(string $entryPointName, SchedulerProvider $scheduler
* @Annotations\Services\CommandHandler()
*
* @param EmitSchedulerOperationCommand $command
* @param TestApplicationContext $context
* @param ExecutionContextInterface $context
* @param SchedulerProvider $provider
*
* @return void
Expand All @@ -66,7 +66,7 @@ public function __construct(string $entryPointName, SchedulerProvider $scheduler
*/
public function handleEmitSchedulerOperationCommand(
EmitSchedulerOperationCommand $command,
TestApplicationContext $context,
ExecutionContextInterface $context,
SchedulerProvider $provider
): void
{
Expand Down

0 comments on commit 54911e1

Please sign in to comment.