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\Command\Abstracts;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\HttpKernel\KernelInterface;
* Class AbstractGearmanCommand
abstract class AbstractGearmanCommand extends Command
{
* @var KernelInterface
* Kernel
protected $kernel;
* Set kernel
* @param KernelInterface $kernel Kernel
* @return AbstractGearmanCommand self Object
public function setKernel(KernelInterface $kernel)
$this->kernel = $kernel;
return $this;
}
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.