Completed
Push — payment-inventory ( 64fd4e )
by Kamil
20:13
created
src/Sylius/Behat/Page/Shop/Order/ThankYouPageInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
  */
19 19
 interface ThankYouPageInterface extends SymfonyPageInterface
20 20
 {
21
+    /**
22
+     * @return void
23
+     */
21 24
     public function goToOrderDetails();
22 25
 
23 26
     /**
Please login to merge, or discard this patch.