Skip to content

fix: add src path to PHPStan analyse in CI workflow #3

fix: add src path to PHPStan analyse in CI workflow

fix: add src path to PHPStan analyse in CI workflow #3

Triggered via push March 6, 2026 14:03
Status Failure
Total duration 23s
Artifacts

ci.yml

on: push
QA Pipeline
19s
QA Pipeline
Fit to window
Zoom out
Zoom in

Annotations

10 errors
QA Pipeline: src/ComposerPlugin/PhiveUpdatePlugin.php#L47
Access to constant POST_UPDATE_CMD on an unknown class Composer\Script\ScriptEvents.
QA Pipeline: src/ComposerPlugin/PhiveUpdatePlugin.php#L46
Method LTS\PHPQA\ComposerPlugin\PhiveUpdatePlugin::getSubscribedEvents() should return array<string, array{0: string, 1?: int}|string> but returns non-empty-array<'onPostInstall'|'onPostUpdate'>.
QA Pipeline: src/ComposerPlugin/PhiveUpdatePlugin.php#L36
Parameter $io of method LTS\PHPQA\ComposerPlugin\PhiveUpdatePlugin::uninstall() has invalid type Composer\IO\IOInterface.
QA Pipeline: src/ComposerPlugin/PhiveUpdatePlugin.php#L36
Parameter $composer of method LTS\PHPQA\ComposerPlugin\PhiveUpdatePlugin::uninstall() has invalid type Composer\Composer.
QA Pipeline: src/ComposerPlugin/PhiveUpdatePlugin.php#L31
Parameter $io of method LTS\PHPQA\ComposerPlugin\PhiveUpdatePlugin::deactivate() has invalid type Composer\IO\IOInterface.
QA Pipeline: src/ComposerPlugin/PhiveUpdatePlugin.php#L31
Parameter $composer of method LTS\PHPQA\ComposerPlugin\PhiveUpdatePlugin::deactivate() has invalid type Composer\Composer.
QA Pipeline: src/ComposerPlugin/PhiveUpdatePlugin.php#L26
Parameter $io of method LTS\PHPQA\ComposerPlugin\PhiveUpdatePlugin::activate() has invalid type Composer\IO\IOInterface.
QA Pipeline: src/ComposerPlugin/PhiveUpdatePlugin.php#L26
Parameter $composer of method LTS\PHPQA\ComposerPlugin\PhiveUpdatePlugin::activate() has invalid type Composer\Composer.
QA Pipeline: src/ComposerPlugin/PhiveUpdatePlugin.php#L24
Class LTS\PHPQA\ComposerPlugin\PhiveUpdatePlugin implements unknown interface Composer\Plugin\PluginInterface.
QA Pipeline: src/ComposerPlugin/PhiveUpdatePlugin.php#L24
Class LTS\PHPQA\ComposerPlugin\PhiveUpdatePlugin implements unknown interface Composer\EventDispatcher\EventSubscriberInterface.