Completed
Pull Request — master (#1)
by
unknown
02:51
created
src/resolver/XmlResolver.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -90,6 +90,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.