Skip to content

Commit

Permalink
Fixing static analysis issues
Browse files Browse the repository at this point in the history
Fixing issue raised by phpstan
  • Loading branch information
JimTools committed Jan 18, 2025
1 parent 1bce9fe commit 154966f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InfluxDbStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public static function createWithClient(Client $client, $config = 'influxdb:'):
}
$config['client'] = $client;

return new static($config);
return new self($config);
}

public function pushConsumerStats(ConsumerStats $stats): void
Expand Down

0 comments on commit 154966f

Please sign in to comment.