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 0ba4bb8 commit 8df99abCopy full SHA for 8df99ab
src/Patterns/BuilderPattern.php
@@ -56,7 +56,7 @@ public function end(array|callable $config = []): BuilderContract {
56
return $this->builder->setOptions($config); // Return the Builder object
57
}
58
59
- public function get(): ?array {
+ public function get(): mixed {
60
return $this->builder->get();
61
62
0 commit comments