Skip to content

Commit 154966f

Browse files
committed
Fixing static analysis issues
Fixing issue raised by phpstan
1 parent 1bce9fe commit 154966f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: InfluxDbStorage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public static function createWithClient(Client $client, $config = 'influxdb:'):
109109
}
110110
$config['client'] = $client;
111111

112-
return new static($config);
112+
return new self($config);
113113
}
114114

115115
public function pushConsumerStats(ConsumerStats $stats): void

0 commit comments

Comments
 (0)