Skip to content

Commit

Permalink
Merge pull request #184 from php-http/fix-build
Browse files Browse the repository at this point in the history
update styleci configuration
  • Loading branch information
dbu committed Sep 3, 2020
2 parents 64a18cc + a26941c commit 4739e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 change: 0 additions & 1 deletion src/Exception/NoCandidateFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ final class NoCandidateFoundException extends \Exception implements Exception
{
/**
* @param string $strategy
* @param array $candidates
*/
public function __construct($strategy, array $candidates)
{
Expand Down

0 comments on commit 4739e26

Please sign in to comment.