Skip to content

Commit

Permalink
Bump friendsofphp/php-cs-fixer from 2.18.2 to 2.18.3 (#31)
Browse files Browse the repository at this point in the history
* Bump friendsofphp/php-cs-fixer from 2.18.2 to 2.18.3

Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.18.2 to 2.18.3.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.18/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v2.18.2...v2.18.3)

Signed-off-by: dependabot[bot] <[email protected]>

* Update yoda style rule

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Rancoud <[email protected]>
  • Loading branch information
dependabot[bot] and rancoud authored Mar 17, 2021
1 parent a62bb44 commit f968861
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 92 deletions.
4 changes: 2 additions & 2 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ return PhpCsFixer\Config::create()
'strict_param' => true,
'concat_space' => ['spacing' => 'one'],
'trailing_comma_in_multiline_array' => false,
'yoda_style' => null,
'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
'single_line_throw' => false,
'no_superfluous_phpdoc_tags' => false
])
->setFinder($finder)
->setCacheFile(__DIR__.'/.php_cs.cache');
->setCacheFile(__DIR__.'/.php_cs.cache');
Loading

0 comments on commit f968861

Please sign in to comment.