mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17176] Update psalm expected PHP version and add missing return type
PHPBB3-17176
This commit is contained in:
parent
fccb5ff781
commit
0af921d870
3 changed files with 4 additions and 4 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -118,8 +118,8 @@ jobs:
|
|||
db: "mariadb:10.10"
|
||||
- php: '8.1'
|
||||
db: "mariadb:10.11"
|
||||
- php: '8.1'
|
||||
db: "mariadb:11.0"
|
||||
# - php: '8.1' # currently disabled
|
||||
# db: "mariadb:11.0"
|
||||
- php: '8.1'
|
||||
db: "mysql:5.7"
|
||||
db_alias: "MySQL Slow Tests"
|
||||
|
|
|
@ -45,7 +45,7 @@ class application extends \Symfony\Component\Console\Application
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function getDefaultInputDefinition()
|
||||
protected function getDefaultInputDefinition(): InputDefinition
|
||||
{
|
||||
$input_definition = parent::getDefaultInputDefinition();
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<psalm
|
||||
errorLevel="5"
|
||||
phpVersion="7.3"
|
||||
phpVersion="8.1"
|
||||
resolveFromConfigFile="true"
|
||||
autoloader="build/psalm_bootstrap.php"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
|
|
Loading…
Add table
Reference in a new issue