File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ public function verifyTwoFactorAuthentication(Request $request)
143143 * Encode Random String to 32 Base Transfer Encoding.
144144 *
145145 * @param int $length Length of the encoded string.
146+ *
146147 * @return string
147148 */
148149 private function base32EncodedString ($ length = 30 ):
@@ -155,6 +156,7 @@ private function base32EncodedString($length = 30):
155156 * Generate a more truly "random" alpha-numeric string.
156157 *
157158 * @param int $length
159+ *
158160 * @return string
159161 */
160162 private function strRandom ($ length = 30 ):
@@ -174,7 +176,7 @@ private function strRandom($length = 30):
174176 }
175177
176178 /**
177- * Update User data with 2FA generated Key
179+ * Update User data with 2FA generated Key.
178180 *
179181 * @return void
180182 */
You can’t perform that action at this time.
0 commit comments