mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Cleanup, mostly I removed the coding standard ignore instructions.
This commit is contained in:
@@ -32,7 +32,6 @@ class ProfileController extends BaseController
|
||||
{
|
||||
|
||||
// old, new1, new2
|
||||
/** @noinspection PhpUndefinedFieldInspection */
|
||||
if (!Hash::check(Input::get('old'), Auth::user()->password)) {
|
||||
Session::flash('error', 'Invalid current password!');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user