Completed
Push — master ( d10f54...00ced4 )
by
unknown
05:32
created
src/Builder.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,6 @@
 block discarded – undo
57 57
      * Container builder constructor.
58 58
      *
59 59
      * @param Generator       $generator     PHP code generator
60
-     * @param ClassMetadata[] $classMetadata Collection of classes metadata for container
61 60
      */
62 61
     public function __construct(Generator $generator)
63 62
     {
Please login to merge, or discard this patch.
src/definition/ClassDefinition.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
      * Get scope from definition
170 170
      *
171 171
      * @param string $id
172
-     * @return mixed
172
+     * @return AbstractScope
173 173
      * @throws ScopeNotFoundException
174 174
      */
175 175
     public function getScope(string $id): AbstractScope
Please login to merge, or discard this patch.
src/definition/resolver/xml/XmlResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -267,7 +267,7 @@
 block discarded – undo
267 267
     /**
268 268
      * Convert xml to array
269 269
      *
270
-     * @param $xmlObject
270
+     * @param \SimpleXMLElement $xmlObject
271 271
      * @param array $out
272 272
      * @return array
273 273
      */
Please login to merge, or discard this patch.