Adopt Laravel coding style

The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.

However, Shift allows you to customize the adopted coding style through
the [.shiftrc][1] file by using your [PHP CS Fixer][2] config.

[1]: https://laravelshift.com/shiftrc-configuration-file
[2]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
This commit is contained in:
Laravel Shift
2019-05-09 00:04:58 +00:00
parent badd08f84f
commit dcc003602b
45 changed files with 166 additions and 21 deletions
@@ -23,9 +23,13 @@ class TwoStepController extends Controller
use TwoStep;
private $_authCount;
private $_authStatus;
private $_twoStepAuth;
private $_remainingAttempts;
private $_user;
/**