Passed
Push — master ( c51354...8b2af1 )
by Ross
30:39
created
src/Block/Customer/Account/Edit/UseTwoFactor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -95,6 +95,9 @@
 block discarded – undo
95 95
         return $this->getSelectedSnippet($customer, false);
96 96
     }
97 97
 
98
+    /**
99
+     * @param boolean $condition
100
+     */
98 101
     private function getSelectedSnippet(CustomerInterface $customer, $condition)
99 102
     {
100 103
         $html = '';
Please login to merge, or discard this patch.
src/Controller/Customerlogin/AbstractController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -140,6 +140,9 @@
 block discarded – undo
140 140
         return $this->redirect('/');
141 141
     }
142 142
 
143
+    /**
144
+     * @param string $path
145
+     */
143 146
     public function redirect($path)
144 147
     {
145 148
         $redirect = $this->resultRedirectFactory->create();
Please login to merge, or discard this patch.