Skip to content

Commit 7e8cfe7

Browse files
chore: Fix phpstan issue
1 parent e8bc0c1 commit 7e8cfe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Storage/InMemoryStorage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public function touch(Block $block, int $ttl): bool
5959
}
6060

6161
$this->blocks[(string) $block->getIdentity()]['ttl'] = $ttl;
62+
/** @phpstan-ignore assign.propertyType */
6263
$this->blocks[(string) $block->getIdentity()]['updatedAt'] = $this->clock->now();
6364

6465
return true;

0 commit comments

Comments
 (0)