Skip to content

Commit 6dda41a

Browse files
committed
Drop the void return type to maintain support for php70
1 parent 09fe584 commit 6dda41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Validates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function isInvalid() : bool
8989
*
9090
* @return void
9191
*/
92-
public function validate() : void
92+
public function validate()
9393
{
9494
if ($this->isInvalid()) {
9595
throw new ValidationException($this->getValidator());

0 commit comments

Comments
 (0)