Passed
Push — dev-master ( 881343...d3b935 )
by Petr
02:22
created
src/Core/Request.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
      * @method buildBasePayload
39 39
      * @author PA
40 40
      * @date   2017-01-09
41
-     * @return SimpleXMLElement  XML Envelope with necessary credential parameters
41
+     * @return \SimpleXMLElement  XML Envelope with necessary credential parameters
42 42
      */
43 43
     public function buildBasePayload() : \SimpleXMLElement
44 44
     {
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
      * @date   2017-01-10
89 89
      * @param  string            $method    Your Membership API Function Name
90 90
      * @param  array             $arguments Your Membership Arguments
91
-     * @return SimpleXMLElement
91
+     * @return \SimpleXMLElement
92 92
      */
93 93
     public function buildXMLBody(string $method, array $arguments) : \SimpleXMLElement
94 94
     {
@@ -143,8 +143,8 @@  discard block
 block discarded – undo
143 143
      * @method sxmlAppend
144 144
      * @author PA
145 145
      * @date   2017-01-09
146
-     * @param  SimpleXMLElement $to
147
-     * @param  SimpleXMLElement $from
146
+     * @param  \SimpleXMLElement $to
147
+     * @param  \SimpleXMLElement $from
148 148
      * @return void
149 149
      */
150 150
     private function sxmlAppend(\SimpleXMLElement $to, \SimpleXMLElement $from)  {
Please login to merge, or discard this patch.