Skip to content

Commit

Permalink
Update dependency friendsofphp/php-cs-fixer to ^3.62.0 (#33)
Browse files Browse the repository at this point in the history
* Update dependency friendsofphp/php-cs-fixer to ^3.62.0

| datasource | package                   | from   | to     |
| ---------- | ------------------------- | ------ | ------ |
| packagist  | friendsofphp/php-cs-fixer | 3.61.1 | 3.62.0 |

* CS Fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Filippo Tessarotto <[email protected]>
  • Loading branch information
renovate[bot] and Slamdunk authored Aug 8, 2024
1 parent 8ced83c commit 16a7573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_PHP_EXEC := docker compose run php
DOCKER_PHP_EXEC := docker compose run --rm php
PHP_BIN=php -d zend.assertions=1

all: csfix static-analysis test
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "~8.2.0 || ~8.3.0",
"ext-mbstring": "*",
"ext-tokenizer": "*",
"friendsofphp/php-cs-fixer": "^3.61.1"
"friendsofphp/php-cs-fixer": "^3.62.0"
},
"require-dev": {
"phpstan/phpstan": "^1.11.9",
Expand Down
2 changes: 1 addition & 1 deletion lib/PhpFileOnlyProxyFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function configure(?array $configuration = null): void
public function getConfigurationDefinition(): FixerConfigurationResolverInterface
{
if (! $this->fixer instanceof ConfigurableFixerInterface) {
return new class() implements FixerConfigurationResolverInterface {
return new class implements FixerConfigurationResolverInterface {
public function getOptions(): array
{
return [];
Expand Down

0 comments on commit 16a7573

Please sign in to comment.