1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/17176] Update psalm expected PHP version and add missing return type

PHPBB3-17176
This commit is contained in:
Marc Alexander
2023-08-19 23:57:44 +02:00
parent fccb5ff781
commit 0af921d870
3 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ class application extends \Symfony\Component\Console\Application
/**
* {@inheritdoc}
*/
protected function getDefaultInputDefinition()
protected function getDefaultInputDefinition(): InputDefinition
{
$input_definition = parent::getDefaultInputDefinition();