Skip to content

Commit 14e8fb8

Browse files
committed
docs(guides): remove incorrect parent::__construct() call in custom validator example
1 parent 6efbed7 commit 14e8fb8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/guides/custom-validation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,6 @@ final class DomainValidator extends StringValidator
386386
{
387387
public function __construct()
388388
{
389-
parent::__construct();
390-
391389
// Build on top of the standard string validator pipeline
392390
$this->pipe(
393391
'trim',

0 commit comments

Comments
 (0)