Completed
Push — master ( ad9e58...86007a )
by Gilmar
04:07 queued 01:35
created
src/Merge/Attributes/Combiner.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -119,6 +119,9 @@
 block discarded – undo
119 119
         return $first;
120 120
     }
121 121
 
122
+    /**
123
+     * @param CollectionInterface $list
124
+     */
122 125
     protected function appendItens($list)
123 126
     {
124 127
         foreach ($list as $item) {
Please login to merge, or discard this patch.
src/Traits/DocumentContainerTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
 
37 37
     private $_documentElementTree = [];
38 38
 
39
+    /**
40
+     * @param string $parent
41
+     */
39 42
     protected function documentElementTreeAppend(DOMElement $tag, $parent)
40 43
     {
41 44
         if (!array_key_exists($parent, $this->_documentElementTree)) {
Please login to merge, or discard this patch.