Skip to content

Commit 276cd1d

Browse files
chore: Fix phpstan issue
1 parent 530a3ea commit 276cd1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)