예제 #1
0
 public function runCommand(RunApplicationCommand $command)
 {
     $command = $this->resolveCommandConfiguration($command);
     $this->excludedSniffDataCollector->addExcludedSniffs($command->getExcludedSniffs());
     $this->createAndRegisterSniffsToSniffDispatcher($command->getStandards(), $command->getSniffs());
     $this->runForSource($command->getSource(), $command->isFixer());
 }