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
+1
View File
@@ -23,6 +23,7 @@ class TwoStepAuthCode extends Notification implements ShouldQueue
use Queueable;
protected $code;
protected $user;
/**