Test Setup Failed
Branch master (5a0b35)
by Ross
20:02
created
src/Controller/Customerlogin/Verify.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -139,6 +139,9 @@
 block discarded – undo
139 139
         $this->messageManager->addSuccessMessage("Two Factor Code was correct");
140 140
     }
141 141
 
142
+    /**
143
+     * @param string $path
144
+     */
142 145
     private function redirect($path)
143 146
     {
144 147
         $redirect = $this->resultRedirectFactory->create();
Please login to merge, or discard this patch.