Completed
Pull Request — master (#7)
by
unknown
02:01
created
src/Message/XmlRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     protected $serviceVersion = null;
54 54
 
55 55
     /**
56
-     * @param $requestChild
56
+     * @param \SimpleXMLElement $requestChild
57 57
      * @return mixed
58 58
      */
59 59
     protected function prepareRequestXml($requestChild)
Please login to merge, or discard this patch.
src/Message/XmlSettlementRequest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
         return $data;
119 119
     }
120 120
 
121
-   /**
121
+    /**
122 122
      * @param $value
123 123
      *
124 124
      * @return static
Please login to merge, or discard this patch.
src/Message/PurchaseRequest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -43,9 +43,9 @@
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-      * @param $value
47
-      * @return \Omnipay\Common\Message\AbstractRequest
48
-      */
46
+     * @param $value
47
+     * @return \Omnipay\Common\Message\AbstractRequest
48
+     */
49 49
     public function setUppReturnMaskedCC($value)
50 50
     {
51 51
         return $this->setParameter('uppReturnMaskedCC', $value);
Please login to merge, or discard this patch.