1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16955] Fix most return types in phpdoc

PHPBB3-16955
This commit is contained in:
Ruben Calvo
2023-01-01 22:01:52 +01:00
parent 3e8fced5c8
commit daa2dd280c
66 changed files with 135 additions and 124 deletions

View File

@@ -45,7 +45,7 @@ class run extends \phpbb\console\command\command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{

View File

@@ -49,7 +49,7 @@ class install extends \phpbb\console\command\command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{

View File

@@ -38,7 +38,7 @@ class list_available extends \phpbb\console\command\command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{

View File

@@ -48,7 +48,7 @@ class manage extends \phpbb\console\command\command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{

View File

@@ -49,7 +49,7 @@ class remove extends \phpbb\console\command\command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{

View File

@@ -46,7 +46,7 @@ class update extends \phpbb\console\command\command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{

View File

@@ -45,7 +45,7 @@ class list_all extends \phpbb\console\command\command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{

View File

@@ -79,7 +79,7 @@ class reparse extends \phpbb\console\command\command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{

View File

@@ -55,7 +55,7 @@ class delete extends \phpbb\console\command\command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{

View File

@@ -72,7 +72,7 @@ class generate extends \phpbb\console\command\command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{

View File

@@ -22,7 +22,7 @@ class recreate extends \phpbb\console\command\command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{

View File

@@ -57,7 +57,7 @@ class check extends \phpbb\console\command\command
*
* Sets the name and description of the command.
*
* @return null
* @return void
*/
protected function configure()
{

View File

@@ -87,7 +87,7 @@ class activate extends command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{
@@ -186,7 +186,7 @@ class activate extends command
*
* @param array $user_row The user data array
* @param InputInterface $input The input stream used to get the options
* @return null
* @return void
*/
protected function send_notification($user_row, InputInterface $input)
{

View File

@@ -85,7 +85,7 @@ class add extends command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{
@@ -226,7 +226,7 @@ class add extends command
* Validate the submitted user data
*
* @throws runtime_exception if any data fails validation
* @return null
* @return void
*/
protected function validate_user_data()
{
@@ -283,7 +283,7 @@ class add extends command
* Send account activation email
*
* @param int $user_id The new user's id
* @return null
* @return void
*/
protected function send_activation_email($user_id)
{

View File

@@ -76,7 +76,7 @@ class delete extends command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{

View File

@@ -55,7 +55,7 @@ class reclean extends command
/**
* Sets the command name and description
*
* @return null
* @return void
*/
protected function configure()
{