| 1 | <?php |
||
| 23 | abstract class AbstractGearmanDispatcher |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @var EventDispatcherInterface |
||
| 27 | * |
||
| 28 | * Event dispatcher |
||
| 29 | */ |
||
| 30 | protected $eventDispatcher; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Construct method |
||
| 34 | * |
||
| 35 | * @param EventDispatcherInterface $eventDispatcher Event dispatcher |
||
| 36 | */ |
||
| 37 | 3 | public function __construct(EventDispatcherInterface $eventDispatcher) |
|
| 41 | } |
||
|
|
|||
| 42 |
This check marks files that end in a newline character, i.e. an empy line.