Passed
Push — master ( e090d3...94c197 )
by Jared
37s
created
src/Model/Refund.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -117,9 +117,9 @@
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-    * @param string $requestId
121
-    * @return $this
122
-    */
120
+     * @param string $requestId
121
+     * @return $this
122
+     */
123 123
     public function setRequestId($requestId)
124 124
     {
125 125
         $this->requestId = $requestId;
Please login to merge, or discard this patch.