Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nusje2000 committed Jul 18, 2020
2 parents 32c6813 + d2d3c92 commit ec3d616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $executor->addListener($listener);
```

#### Creating a listener using the ExecutionListener interface
Sometimes a listener is to complicated for a simple callback function, in this case you can create your own class that
Sometimes a listener is too complicated for a simple callback function, in this case you can create your own class that
implements the ExecutionListener interface to handle the tick.
```php
use Nusje2000\ParallelProcess\Executor\ExecutorInterface;
Expand Down

0 comments on commit ec3d616

Please sign in to comment.