rename method

This commit is contained in:
yggverse 2024-07-17 14:17:17 +03:00
parent b18b9bb99e
commit 126890710b
3 changed files with 3 additions and 3 deletions

View file

@ -46,5 +46,5 @@ interface Pool
?string $value = null
): void;
public function reset(): void;
public function clean(): void;
}