Completed
Pull Request — master (#1)
by Leith
04:26
created
src/Message/WebservicePurchaseResponse.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
      *
99 99
      * @param string $key The key to look up
100 100
      *
101
-     * @return null|mixed
101
+     * @return string
102 102
      */
103 103
     protected function getKey($key)
104 104
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Omnipay\Redsys\Message;
4 4
 
5
-use SimpleXMLElement;
6 5
 use Omnipay\Common\Message\AbstractResponse;
7 6
 use Omnipay\Common\Message\RequestInterface;
8 7
 use Omnipay\Common\Exception\InvalidResponseException;
Please login to merge, or discard this patch.