Skip to content

Commit e5d1b9a

Browse files
committedMar 1, 2021
make validate method abstract
1 parent 67fd980 commit e5d1b9a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎src/ValidateInput.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ trait ValidateInput
1515
*
1616
* @throws InvalidArgumentException
1717
*/
18-
protected function validate(InputInterface $input) : void
19-
{
20-
//
21-
}
18+
abstract protected function validate(InputInterface $input) : void;
2219

2320
/**
2421
* Execute the console command.

0 commit comments

Comments
 (0)
Please sign in to comment.