Skip to content

Commit 29e3d96

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent c334981 commit 29e3d96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Storage/DatabaseStorage.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ protected function periods(): array
445445
*/
446446
public function values(string $type, ?array $keys = null): Collection
447447
{
448+
/** @phpstan-ignore return.type */
448449
return $this->connection()
449450
->table('pulse_values')
450451
->select('timestamp', 'key', 'value')
@@ -529,6 +530,7 @@ public function aggregate(
529530

530531
$orderBy ??= $aggregates[0];
531532

533+
/** @phpstan-ignore return.type */
532534
return $this->connection()
533535
->query()
534536
->select([

0 commit comments

Comments
 (0)