We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b025de4 commit 97fd6ffCopy full SHA for 97fd6ff
src/Domain/Question/Validation/Validator.php
@@ -3,8 +3,6 @@
3
4
namespace thofman\KnowledgeBase\Domain\Question\Validation;
5
6
-use Symfony\Component\Console\Question\Question;
7
-
8
interface Validator
9
{
10
public function validate(string $value): ValidationResult;
0 commit comments