mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 10:08:31 -05:00
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:
@@ -23,9 +23,13 @@ class TwoStepController extends Controller
|
||||
use TwoStep;
|
||||
|
||||
private $_authCount;
|
||||
|
||||
private $_authStatus;
|
||||
|
||||
private $_twoStepAuth;
|
||||
|
||||
private $_remainingAttempts;
|
||||
|
||||
private $_user;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user