Completed
Push — master ( 31e6b6...40086d )
by Piotr
03:25
created
src/WSDL/XML/XMLStyle/XMLDocumentStyle.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -85,6 +85,9 @@
 block discarded – undo
85 85
         return $types;
86 86
     }
87 87
 
88
+    /**
89
+     * @param string $soapVersion
90
+     */
88 91
     private function generateComplexIfNeeded(DOMDocument $DOMDocument, Node $node, DOMElement $sequenceElement = null, $soapVersion)
89 92
     {
90 93
         $result = [];
Please login to merge, or discard this patch.