Completed
Push — develop ( 0774f1...b3364b )
by Greg
12:01
created
app/helpers.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,6 @@
 block discarded – undo
39 39
  * Views do not have namespaces, so create shortcuts to common functions.
40 40
  *
41 41
  * @param float $n
42
- * @param int   $precision
43 42
  *
44 43
  * @return string
45 44
  */
Please login to merge, or discard this patch.
app/Http/Controllers/LoginController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
 				throw new \Exception(I18N::translate('The username or password is incorrect.'));
120 120
 			}
121 121
 
122
-			if ($user->getPreference('verified') !=='1') {
122
+			if ($user->getPreference('verified') !== '1') {
123 123
 				Log::addAuthenticationLog('Login failed (not verified by user): ' . $username);
124 124
 				throw new \Exception(I18N::translate('This account has not been verified. Please check your email for a verification message.'));
125 125
 			}
Please login to merge, or discard this patch.