File: phpbb/console/command/update/check.php
Unmodified
Added
Modified
Removed
Line 26 | Line 26 |
---|
class check extends \phpbb\console\command\command {
|
class check extends \phpbb\console\command\command {
|
/** @var \phpbb\config\config */
| /** @var config */
|
protected $config;
/** @var \Symfony\Component\DependencyInjection\ContainerBuilder */ protected $phpbb_container;
|
protected $config;
/** @var \Symfony\Component\DependencyInjection\ContainerBuilder */ protected $phpbb_container;
|
|
|
/** * @var language */
| /** * @var language */
|
Line 223 | Line 224 |
---|
* Check if all the available extensions are up to date * * @param SymfonyStyle $io IO handler, for formatted and unified IO
|
* 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 */
| * @param bool $recheck Disallow the use of the cache * @return int */
|