Update some phpdocs, courtesy of Psalm.

This commit is contained in:
James Cole
2020-03-25 07:03:23 +01:00
parent bcfbdcf3f0
commit 5445752588
41 changed files with 61 additions and 50 deletions

View File

@@ -47,7 +47,7 @@ class CreateLinkTypes extends Command
/**
* Execute the console command.
*
* @return mixed
* @return int
*/
public function handle(): int
{

View File

@@ -50,7 +50,8 @@ class DeleteEmptyGroups extends Command
* Execute the console command.
*
* @throws Exception;
* @return mixed
*
* @return int
*/
public function handle(): int
{

View File

@@ -52,7 +52,7 @@ class EnableCurrencies extends Command
/**
* Execute the console command.
*
* @return mixed
* @return int
*/
public function handle(): int
{

View File

@@ -54,7 +54,7 @@ class FixPiggies extends Command
/**
* Execute the console command.
*
* @return mixed
* @return int
*/
public function handle(): int
{

View File

@@ -48,7 +48,7 @@ class RemoveBills extends Command
/**
* Execute the console command.
*
* @return mixed
* @return int
*/
public function handle(): int
{