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 9ffcab7 commit 266db81Copy full SHA for 266db81
Reflection.php
@@ -65,7 +65,7 @@ public function allowInterfaces(bool $bool): void
65
* Call dependency injector
66
* @return object
67
*/
68
- public function dependencyInjector(?object $class = null, ?string $method = null): object
+ public function dependencyInjector(?object $class = null, ?string $method = null): mixed
69
{
70
$args = array();
71
$constructor = $this->setDependMethod($method, $this->reflect);
0 commit comments