We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fe584 commit 6dda41aCopy full SHA for 6dda41a
src/Traits/Validates.php
@@ -89,7 +89,7 @@ public function isInvalid() : bool
89
*
90
* @return void
91
*/
92
- public function validate() : void
+ public function validate()
93
{
94
if ($this->isInvalid()) {
95
throw new ValidationException($this->getValidator());
0 commit comments