We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8996c61 commit aa060f8Copy full SHA for aa060f8
composer.json
@@ -17,7 +17,7 @@
17
},
18
"require-dev": {
19
"beste/clock": "^3.0",
20
- "beste/php-cs-fixer-config": "^3.1.1",
+ "beste/php-cs-fixer-config": "^3.2.0",
21
"friendsofphp/php-cs-fixer": "^3.62.0",
22
"phpstan/extension-installer": "^1.4.1",
23
"phpstan/phpstan": "^1.11.10",
src/InMemoryCache.php
@@ -19,7 +19,7 @@ final class InMemoryCache implements CacheItemPoolInterface
public function __construct(
ClockInterface $clock = null,
) {
- $this->clock = $clock ?? new class () implements ClockInterface {
+ $this->clock = $clock ?? new class implements ClockInterface {
public function now(): DateTimeImmutable
24
{
25
return new DateTimeImmutable();
0 commit comments