for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Gearman Bundle for Symfony2 / Symfony3
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
* Feel free to edit as you please, and have fun.
* @author Marc Morera <[email protected]>
*/
namespace Mkk\GearmanBundle\Dispatcher\Abstracts;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
* Gearman execute methods. All Worker methods
abstract class AbstractGearmanDispatcher
{
* @var EventDispatcherInterface
* Event dispatcher
protected $eventDispatcher;
* Construct method
* @param EventDispatcherInterface $eventDispatcher Event dispatcher
public function __construct(EventDispatcherInterface $eventDispatcher)
$this->eventDispatcher = $eventDispatcher;
}
This check marks files that end in a newline character, i.e. an empy line.
This check marks files that end in a newline character, i.e. an empy line.