Skip to content

Commit 4739e26

Browse files
authored
Merge pull request #184 from php-http/fix-build
update styleci configuration
2 parents 64a18cc + a26941c commit 4739e26

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.styleci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ finder:
77
- "src"
88
- "tests"
99

10-
enabled:
11-
- short_array_syntax
12-
1310
disabled:
1411
- phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198
12+
- single_line_class_definition
13+

src/Exception/NoCandidateFoundException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ final class NoCandidateFoundException extends \Exception implements Exception
1313
{
1414
/**
1515
* @param string $strategy
16-
* @param array $candidates
1716
*/
1817
public function __construct($strategy, array $candidates)
1918
{

0 commit comments

Comments
 (0)