From 0d2dc852b99242315a409766a63f1315f03f1daa Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Thu, 3 Sep 2020 08:15:10 +0200 Subject: [PATCH 1/2] update styleci configuration --- .styleci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 + From 221e0521a0f38d7e6460869d96777c9a29e62a87 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Thu, 3 Sep 2020 06:17:34 +0000 Subject: [PATCH 2/2] Apply fixes from StyleCI --- src/Exception/NoCandidateFoundException.php | 1 - 1 file changed, 1 deletion(-) 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) {