Massive PHPCS linting

This commit is contained in:
Dane Everitt 2017-08-21 22:10:48 -05:00
parent 78c8b8d8ea
commit 3ee5803416
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
346 changed files with 834 additions and 1424 deletions

View file

@ -49,8 +49,6 @@ class AddLocation extends Command
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{

View file

@ -57,8 +57,6 @@ class AddNode extends Command
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{

View file

@ -46,8 +46,6 @@ class CleanServiceBackup extends Command
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{

View file

@ -45,8 +45,6 @@ class ClearServices extends Command
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{

View file

@ -49,8 +49,6 @@ class ClearTasks extends Command
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{

View file

@ -51,8 +51,6 @@ class MakeUser extends Command
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{

View file

@ -49,8 +49,6 @@ class RebuildServer extends Command
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{

View file

@ -50,8 +50,6 @@ class RunTasks extends Command
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{

View file

@ -45,8 +45,6 @@ class ShowVersion extends Command
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{

View file

@ -51,8 +51,6 @@ class UpdateEmailSettings extends Command
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{

View file

@ -55,8 +55,6 @@ class UpdateEnvironment extends Command
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{

View file

@ -30,8 +30,7 @@ class Kernel extends ConsoleKernel
/**
* Define the application's command schedule.
*
* @param \Illuminate\Console\Scheduling\Schedule $schedule
* @return void
* @param \Illuminate\Console\Scheduling\Schedule $schedule
*/
protected function schedule(Schedule $schedule)
{