Completed
Push — master ( 46571d...d93f3a )
by Claude
03:52
created
src/AbstractGateway.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -23,6 +23,9 @@
 block discarded – undo
23 23
         $this->initialize();
24 24
     }
25 25
 
26
+    /**
27
+     * @param string $class
28
+     */
26 29
     protected function createRequest($class, array $parameters)
27 30
     {
28 31
         $this->httpClient = $this->httpClient ?: $this->getDefaultHttpClient();
Please login to merge, or discard this patch.
src/Message/WebAuthorizeRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 class WebAuthorizeRequest extends AbstractRequest
10 10
 {
11 11
     /**
12
-     * @return boolean
12
+     * @return string
13 13
      */
14 14
     public function getMethod()
15 15
     {
Please login to merge, or discard this patch.