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 02707b0 commit 753333bCopy full SHA for 753333b
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