Test Failed
Branch dev-master (287e12)
by Petr
04:06
created
src/Core/Request.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      * @method buildBasePayload
30 30
      * @author PA
31 31
      * @date   2017-01-09
32
-     * @return SimpleXMLElement  XML Envelope with necessary credential parameters
32
+     * @return \SimpleXMLElement  XML Envelope with necessary credential parameters
33 33
      */
34 34
     public function buildBasePayload() : \SimpleXMLElement
35 35
     {
@@ -107,8 +107,8 @@  discard block
 block discarded – undo
107 107
      * @method sxmlAppend
108 108
      * @author PA
109 109
      * @date   2017-01-09
110
-     * @param  SimpleXMLElement $to
111
-     * @param  SimpleXMLElement $from
110
+     * @param  \SimpleXMLElement $to
111
+     * @param  \SimpleXMLElement $from
112 112
      */
113 113
     private function sxmlAppend(\SimpleXMLElement $to, \SimpleXMLElement $from)  {
114 114
         $toDom = dom_import_simplexml($to);
Please login to merge, or discard this patch.