@@ -90,6 +90,7 @@ |
||
90 | 90 | * @license http://www.php.net/license/index.php#doc-lic |
91 | 91 | * @license http://creativecommons.org/licenses/by/3.0/ |
92 | 92 | * @license CC-BY-3.0 <http://spdx.org/licenses/CC-BY-3.0> |
93 | + * @param \SimpleXMLElement $xmlObject |
|
93 | 94 | */ |
94 | 95 | protected function xml2array($xmlObject, $out = array()) |
95 | 96 | { |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use samsonframework\container\collection\CollectionClassResolver; |
9 | 9 | use samsonframework\container\collection\CollectionPropertyResolver; |
10 | 10 | use samsonframework\container\metadata\ClassMetadata; |
11 | -use samsonframework\container\metadata\PropertyMetadata; |
|
12 | 11 | |
13 | 12 | /** |
14 | 13 | * XML dependency injection container configuration. |