Completed
Push — master ( 66b793...4a3c9b )
by Barry vd.
05:45 queued 03:32
created
src/Common/Message/AbstractRequest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Omnipay\Common\Exception\InvalidRequestException;
16 16
 use Omnipay\Common\Exception\RuntimeException;
17 17
 use Omnipay\Common\Helper;
18
-use Omnipay\Common\Http\Client;
19 18
 use Omnipay\Common\Http\ClientInterface;
20 19
 use Omnipay\Common\ItemBag;
21 20
 use Omnipay\Common\ParametersTrait;
Please login to merge, or discard this patch.
src/Common/ParametersTrait.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,8 @@
 block discarded – undo
31 31
     /**
32 32
      * Get one parameter.
33 33
      *
34
-     * @return mixed A single parameter value.
34
+     * @param string $key
35
+     * @return string A single parameter value.
35 36
      */
36 37
     protected function getParameter($key)
37 38
     {
Please login to merge, or discard this patch.