/**
  * @param CommandInterface $command
  */
 public function handle(CommandInterface $command)
 {
     $this->preCommitTool->execute();
 }