PHP Class PhpGitHooks\Module\PhpCs\Service\PhpCsTool

Afficher le fichier Open project: bruli/php-git-hooks Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\Console\Output\OutputInterface $output, PhpGitHooks\Module\PhpCs\Model\PhpCsToolProcessorInterface $phpCsToolProcessor ) PhpCsTool constructor.
execute ( array $files, string $standard, string $errorMessage )

Method Details

__construct() public méthode

PhpCsTool constructor.
public __construct ( Symfony\Component\Console\Output\OutputInterface $output, PhpGitHooks\Module\PhpCs\Model\PhpCsToolProcessorInterface $phpCsToolProcessor )
$output Symfony\Component\Console\Output\OutputInterface
$phpCsToolProcessor PhpGitHooks\Module\PhpCs\Model\PhpCsToolProcessorInterface

execute() public méthode

public execute ( array $files, string $standard, string $errorMessage )
$files array
$standard string
$errorMessage string