Skip to content

Commit aa060f8

Browse files
committed
Update and apply the BESTE PHP CS Fixer config
1 parent 8996c61 commit aa060f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require-dev": {
1919
"beste/clock": "^3.0",
20-
"beste/php-cs-fixer-config": "^3.1.1",
20+
"beste/php-cs-fixer-config": "^3.2.0",
2121
"friendsofphp/php-cs-fixer": "^3.62.0",
2222
"phpstan/extension-installer": "^1.4.1",
2323
"phpstan/phpstan": "^1.11.10",

src/InMemoryCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class InMemoryCache implements CacheItemPoolInterface
1919
public function __construct(
2020
ClockInterface $clock = null,
2121
) {
22-
$this->clock = $clock ?? new class () implements ClockInterface {
22+
$this->clock = $clock ?? new class implements ClockInterface {
2323
public function now(): DateTimeImmutable
2424
{
2525
return new DateTimeImmutable();

0 commit comments

Comments
 (0)