Skip to content

Commit 5d5b558

Browse files
committed
CS Fix
1 parent 8716dc9 commit 5d5b558

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"php": "~8.1.0 || ~8.2.0",
1414
"ext-mbstring": "*",
1515
"ext-tokenizer": "*",
16-
"friendsofphp/php-cs-fixer": "^3.18"
16+
"friendsofphp/php-cs-fixer": "^3.26.1"
1717
},
1818
"require-dev": {
19-
"phpstan/phpstan": "^1.10.21",
20-
"phpstan/phpstan-phpunit": "^1.3.13",
21-
"phpunit/phpunit": "^10.2.2",
19+
"phpstan/phpstan": "^1.10.33",
20+
"phpstan/phpstan-phpunit": "^1.3.14",
21+
"phpunit/phpunit": "^10.3.3",
2222
"slam/php-debug-r": "^1.8.0",
2323
"slam/phpstan-extensions": "^6.0.0"
2424
},

tests/PhpFileOnlyProxyFixerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function testGetDefinitionIsProxied(): void
107107
public function testConfigureIsProxied(): void
108108
{
109109
$fixer = $this->createMock(ConfigurableFixerInterface::class);
110-
$configuration = [\uniqid()];
110+
$configuration = [\uniqid() => \uniqid()];
111111

112112
$proxy = new PhpFileOnlyProxyFixer($fixer);
113113

0 commit comments

Comments
 (0)