From 61dde928aa278b5c44acd077859d756ecb991f0b Mon Sep 17 00:00:00 2001 From: Gregor Date: Mon, 21 Mar 2022 17:01:21 +0100 Subject: [PATCH] remove obsolete use statements --- src/Generators/RandomWord.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Generators/RandomWord.php b/src/Generators/RandomWord.php index 1583d73..49532f5 100644 --- a/src/Generators/RandomWord.php +++ b/src/Generators/RandomWord.php @@ -2,11 +2,8 @@ namespace GregorJ\CorrectHorse\Generators; -use GregorJ\CorrectHorse\DictionaryInterface; use GregorJ\CorrectHorse\RandomGeneratorInterface; -use function in_array; - /** * Class RandomWord */