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 37696cc commit 171f1cdCopy full SHA for 171f1cd
src/Validation.php
@@ -665,4 +665,9 @@ public function setDebugCollector(ValidationCollector $debugCollector) : static
665
$this->debugCollector->setValidation($this);
666
return $this;
667
}
668
+
669
+ public function getDebugCollector() : ValidationCollector | null
670
+ {
671
+ return $this->debugCollector ?? null;
672
+ }
673
0 commit comments