Skip to content

Commit 3ee5803

Browse files
committed
Massive PHPCS linting
1 parent 78c8b8d commit 3ee5803

File tree

346 files changed

+834
-1424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

346 files changed

+834
-1424
lines changed

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ return PhpCsFixer\Config::create()
3131
'no_unreachable_default_argument_value' => true,
3232
'no_useless_return' => true,
3333
'not_operator_with_successor_space' => true,
34+
'phpdoc_align' => ['tags' => ['param']],
3435
'phpdoc_separation' => false,
3536
'protected_to_private' => false,
3637
'psr0' => ['dir' => 'app'],

app/Console/Commands/AddLocation.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ class AddLocation extends Command
4949

5050
/**
5151
* Create a new command instance.
52-
*
53-
* @return void
5452
*/
5553
public function __construct()
5654
{

app/Console/Commands/AddNode.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ class AddNode extends Command
5757

5858
/**
5959
* Create a new command instance.
60-
*
61-
* @return void
6260
*/
6361
public function __construct()
6462
{

app/Console/Commands/CleanServiceBackup.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ class CleanServiceBackup extends Command
4646

4747
/**
4848
* Create a new command instance.
49-
*
50-
* @return void
5149
*/
5250
public function __construct()
5351
{

app/Console/Commands/ClearServices.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ class ClearServices extends Command
4545

4646
/**
4747
* Create a new command instance.
48-
*
49-
* @return void
5048
*/
5149
public function __construct()
5250
{

app/Console/Commands/ClearTasks.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ class ClearTasks extends Command
4949

5050
/**
5151
* Create a new command instance.
52-
*
53-
* @return void
5452
*/
5553
public function __construct()
5654
{

app/Console/Commands/MakeUser.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ class MakeUser extends Command
5151

5252
/**
5353
* Create a new command instance.
54-
*
55-
* @return void
5654
*/
5755
public function __construct()
5856
{

app/Console/Commands/RebuildServer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ class RebuildServer extends Command
4949

5050
/**
5151
* Create a new command instance.
52-
*
53-
* @return void
5452
*/
5553
public function __construct()
5654
{

app/Console/Commands/RunTasks.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ class RunTasks extends Command
5050

5151
/**
5252
* Create a new command instance.
53-
*
54-
* @return void
5553
*/
5654
public function __construct()
5755
{

app/Console/Commands/ShowVersion.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ class ShowVersion extends Command
4545

4646
/**
4747
* Create a new command instance.
48-
*
49-
* @return void
5048
*/
5149
public function __construct()
5250
{

0 commit comments

Comments
 (0)