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

[ticket/16271] Fix invalid docblocks

PHPBB3-16271
This commit is contained in:
Marc Alexander
2019-12-27 14:58:42 +01:00
parent 41f287fbea
commit 7cf148ea13
11 changed files with 18 additions and 8 deletions

View File

@@ -223,6 +223,7 @@ class check extends \phpbb\console\command\command
* Check if all the available extensions are up to date
*
* @param SymfonyStyle $io IO handler, for formatted and unified IO
* @param string $stability Stability specifier string
* @param bool $recheck Disallow the use of the cache
* @return int
*/