diff --git a/.styleci.yml b/.styleci.yml index 5328b61..7d86712 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -7,8 +7,7 @@ finder: - "src" - "tests" -enabled: - - short_array_syntax - disabled: - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198 + - single_line_class_definition + diff --git a/src/Exception/NoCandidateFoundException.php b/src/Exception/NoCandidateFoundException.php index e53fb79..32f65db 100644 --- a/src/Exception/NoCandidateFoundException.php +++ b/src/Exception/NoCandidateFoundException.php @@ -13,7 +13,6 @@ final class NoCandidateFoundException extends \Exception implements Exception { /** * @param string $strategy - * @param array $candidates */ public function __construct($strategy, array $candidates) {