Completed
Push — master ( 4defb7...2334e0 )
by Mark
20:27 queued 06:02
created
code/checkout/PaymentForm.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -17,6 +17,10 @@
 block discarded – undo
17 17
      */
18 18
     protected $orderProcessor;
19 19
 
20
+    /**
21
+     * @param CheckoutPage_Controller $controller
22
+     * @param string $name
23
+     */
20 24
     public function __construct($controller, $name, CheckoutComponentConfig $config)
21 25
     {
22 26
         parent::__construct($controller, $name, $config);
Please login to merge, or discard this patch.