Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 21, 2024
1 parent c334981 commit 29e3d96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Storage/DatabaseStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ protected function periods(): array
*/
public function values(string $type, ?array $keys = null): Collection
{
/** @phpstan-ignore return.type */
return $this->connection()
->table('pulse_values')
->select('timestamp', 'key', 'value')
Expand Down Expand Up @@ -529,6 +530,7 @@ public function aggregate(

$orderBy ??= $aggregates[0];

/** @phpstan-ignore return.type */
return $this->connection()
->query()
->select([
Expand Down

0 comments on commit 29e3d96

Please sign in to comment.