eee
This commit is contained in:
@@ -366,6 +366,7 @@ class Container implements ContainerInterface
|
|||||||
'int', 'float' => 0,
|
'int', 'float' => 0,
|
||||||
'', 'mixed' => NULL,
|
'', 'mixed' => NULL,
|
||||||
'array' => [],
|
'array' => [],
|
||||||
|
'object' => throw new Exception('Param type must has default value.'),
|
||||||
'bool' => false,
|
'bool' => false,
|
||||||
default => null
|
default => null
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user