Skip to content

Commit 950e8d3

Browse files
committed
Name of coding standard "SYMFONY" was renamed to "@symfony" in v2 of PHP-CS-Fixer
Error: In RuleSet.php line 375: Set "@symfony" does not exist.
1 parent 054c558 commit 950e8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpGitHooks/Module/PhpCsFixer/Contract/Command/PhpCsFixerToolHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private function execute(array $files, $psr0, $psr1, $psr2, $symfony, $options,
5757
}
5858

5959
if (true === $symfony) {
60-
$this->executeTool($files, '@SYMFONY', $options, $errorMessage);
60+
$this->executeTool($files, '@Symfony', $options, $errorMessage);
6161
}
6262
}
6363

0 commit comments

Comments
 (0)