Skip to content

Commit

Permalink
Update and apply the BESTE PHP CS Fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Aug 16, 2024
1 parent 8996c61 commit aa060f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require-dev": {
"beste/clock": "^3.0",
"beste/php-cs-fixer-config": "^3.1.1",
"beste/php-cs-fixer-config": "^3.2.0",
"friendsofphp/php-cs-fixer": "^3.62.0",
"phpstan/extension-installer": "^1.4.1",
"phpstan/phpstan": "^1.11.10",
Expand Down
2 changes: 1 addition & 1 deletion src/InMemoryCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
return new DateTimeImmutable();
Expand Down

0 comments on commit aa060f8

Please sign in to comment.