This commit is contained in:
2021-04-25 12:25:49 +08:00
parent afdf5f7b47
commit 40d389d13c
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ class Container extends BaseObject
* @param $dependencies
* @return mixed
*/
private function newInstance($reflect, $dependencies)
private function newInstance($reflect, $dependencies): mixed
{
if (!empty($dependencies)) {
return $reflect->newInstanceArgs($dependencies);