Skip to content

Commit 266db81

Browse files
committed
New return type
1 parent 9ffcab7 commit 266db81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Reflection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function allowInterfaces(bool $bool): void
6565
* Call dependency injector
6666
* @return object
6767
*/
68-
public function dependencyInjector(?object $class = null, ?string $method = null): object
68+
public function dependencyInjector(?object $class = null, ?string $method = null): mixed
6969
{
7070
$args = array();
7171
$constructor = $this->setDependMethod($method, $this->reflect);

0 commit comments

Comments
 (0)