Skip to content

Commit

Permalink
Update Adapter.php
Browse files Browse the repository at this point in the history
Correct adapter
  • Loading branch information
pluk77 authored Jun 4, 2024
1 parent 8b9531c commit bbd79e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Prometheus/Storage/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ public function wipeStorage(): void;
* @throws StorageException
* @return void
*/
public function wipeKey(): void;
public function wipeKey(string $type, string $key): void;
}

0 comments on commit bbd79e1

Please sign in to comment.