Replace psalm with phpstan #173
php.yml
on: push
Annotations
10 errors
|
Quality control
Process completed with exit code 1.
|
|
Quality control:
src/Controller/Authorize.php#L112
PHPDoc tag @var for variable $state has no value type specified in iterable type array.
|
|
Quality control:
src/Controller/Authorize.php#L55
PHPDoc tag @var for variable $state has no value type specified in iterable type array.
|
|
Quality control:
src/Auth/Process/Authorize.php#L230
Method SimpleSAML\Module\authorize\Auth\Process\Authorize::unauthorized() has parameter $state with no value type specified in iterable type array.
|
|
Quality control:
src/Auth/Process/Authorize.php#L160
Method SimpleSAML\Module\authorize\Auth\Process\Authorize::process() has parameter $state with no value type specified in iterable type array.
|
|
Quality control:
src/Auth/Process/Authorize.php#L88
Method SimpleSAML\Module\authorize\Auth\Process\Authorize::__construct() has parameter $config with no value type specified in iterable type array.
|
|
Quality control:
src/Auth/Process/Authorize.php#L67
Property SimpleSAML\Module\authorize\Auth\Process\Authorize::$valid_attribute_values type has no value type specified in iterable type array.
|
|
Quality control:
src/Auth/Process/Authorize.php#L67
PHPDoc tag @param has invalid value (array): Unexpected token "\n ", expected variable at offset 161
|
|
Quality control:
src/Auth/Process/Authorize.php#L52
Property SimpleSAML\Module\authorize\Auth\Process\Authorize::$reject_msg type has no value type specified in iterable type array.
|
|
Linter
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires simplesamlphp/simplesamlphp ^2.1 -> satisfiable by simplesamlphp/simplesamlphp[2.1.0, ..., v2.4.2].
- simplesamlphp/simplesamlphp[2.1.0, ..., v2.4.2] require ext-session * -> it is missing from your system. Install or enable PHP's session extension.
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php84/php.ini
- /etc/php84/conf.d/00_ctype.ini
- /etc/php84/conf.d/00_curl.ini
- /etc/php84/conf.d/00_dom.ini
- /etc/php84/conf.d/00_iconv.ini
- /etc/php84/conf.d/00_intl.ini
- /etc/php84/conf.d/00_mbstring.ini
- /etc/php84/conf.d/00_openssl.ini
- /etc/php84/conf.d/00_simplexml.ini
- /etc/php84/conf.d/00_tokenizer.ini
- /etc/php84/conf.d/00_xmlwriter.ini
- /etc/php84/conf.d/01_phar.ini
- /etc/php84/conf.d/10_igbinary.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-session` to temporarily ignore these required extensions.
|