for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: marek
* Date: 08.12.15
* Time: 15:43.
*/
namespace Madkom\RegistryApplication\Application\CarManagement\Command\Car;
use Madkom\RegistryApplication\Application\CarManagement\Command\CommandInterface;
class AddVehicleInspectionCommand implements CommandInterface
{
public function execute()
// TODO: Implement execute() method.
}