Completed
Push — master ( cd64b3...d9b048 )
by Claude
03:11
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
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 class WebAuthorizeRequest extends AbstractRequest
20 20
 {
21 21
     /**
22
-     * @return bool
22
+     * @return string
23 23
      */
24 24
     public function getMethod()
25 25
     {
Please login to merge, or discard this patch.