Passed
Push — master ( 785691...679eaf )
by Ross
39:28
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.