Skip to content

Commit 19e3f99

Browse files
authored
Remove validate from interface (#8)
1 parent be8b436 commit 19e3f99

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Contract/VerifyInterface.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,4 @@ public function is_signature(): bool;
5353
* @return T
5454
*/
5555
public function when(mixed $valIfTrue, mixed $valIfFalse, Status $required_status = Status::SUPPORTER_EDITION): mixed;
56-
57-
/**
58-
* Validate installation.
59-
*
60-
* @return bool
61-
*/
62-
public function validate(): bool;
6356
}

0 commit comments

Comments
 (0)