for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* For the full copyright and license information, please view the LICENSE.md
* file that was distributed with this source code.
*/
namespace Notamedia\ConsoleJedi\Application\Command;
* Base class for console command.
*
* @author Nik Samokhvalov <[email protected]>
class Command extends \Symfony\Component\Console\Command\Command
{
* @return \Notamedia\ConsoleJedi\Application\Application
public function getApplication()
return parent::getApplication();
}