💚 Tidy up CI #37
Annotations
10 errors and 2 warnings
MethodSignatureMismatch:
../src/Clock/Main/Handler.php#L28
../src/Clock/Main/Handler.php:28:44: MethodSignatureMismatch: Argument 1 of Ardillo\Examples\Clock\Main\Handler::dragBrokenHandler has wrong type 'Ardillo\Area', expecting 'mixed' as defined by Ardillo\AreaHandler::dragBrokenHandler (see https://psalm.dev/042)
|
MethodSignatureMismatch:
../src/Clock/Main/Handler.php#L32
../src/Clock/Main/Handler.php:32:38: MethodSignatureMismatch: Argument 1 of Ardillo\Examples\Clock\Main\Handler::drawHandler has wrong type 'Ardillo\Area', expecting 'mixed' as defined by Ardillo\AreaHandler::drawHandler (see https://psalm.dev/042)
|
MethodSignatureMismatch:
../src/Clock/Main/Handler.php#L32
../src/Clock/Main/Handler.php:32:60: MethodSignatureMismatch: Argument 2 of Ardillo\Examples\Clock\Main\Handler::drawHandler has wrong type 'Ardillo\AreaDrawParams', expecting 'mixed' as defined by Ardillo\AreaHandler::drawHandler (see https://psalm.dev/042)
|
MethodSignatureMismatch:
../src/Clock/Main/Handler.php#L125
../src/Clock/Main/Handler.php:125:42: MethodSignatureMismatch: Argument 1 of Ardillo\Examples\Clock\Main\Handler::keyEventHandler has wrong type 'Ardillo\Area', expecting 'mixed' as defined by Ardillo\AreaHandler::keyEventHandler (see https://psalm.dev/042)
|
ParamNameMismatch:
../src/Clock/Main/Handler.php#L125
../src/Clock/Main/Handler.php:125:62: ParamNameMismatch: Argument 2 of Ardillo\Examples\Clock\Main\Handler::keyEventHandler has wrong name $e, expecting $event as defined by Ardillo\AreaHandler::keyEventHandler (see https://psalm.dev/230)
|
MethodSignatureMismatch:
../src/Clock/Main/Handler.php#L125
../src/Clock/Main/Handler.php:125:62: MethodSignatureMismatch: Argument 2 of Ardillo\Examples\Clock\Main\Handler::keyEventHandler has wrong type 'Ardillo\AreaKeyEvent', expecting 'mixed' as defined by Ardillo\AreaHandler::keyEventHandler (see https://psalm.dev/042)
|
MethodSignatureMismatch:
../src/Clock/Main/Handler.php#L130
../src/Clock/Main/Handler.php:130:46: MethodSignatureMismatch: Argument 1 of Ardillo\Examples\Clock\Main\Handler::mouseCrossedHandler has wrong type 'Ardillo\Area', expecting 'mixed' as defined by Ardillo\AreaHandler::mouseCrossedHandler (see https://psalm.dev/042)
|
MethodSignatureMismatch:
../src/Clock/Main/Handler.php#L130
../src/Clock/Main/Handler.php:130:57: MethodSignatureMismatch: Argument 2 of Ardillo\Examples\Clock\Main\Handler::mouseCrossedHandler has wrong type 'int', expecting 'mixed' as defined by Ardillo\AreaHandler::mouseCrossedHandler (see https://psalm.dev/042)
|
MethodSignatureMismatch:
../src/Clock/Main/Handler.php#L134
../src/Clock/Main/Handler.php:134:44: MethodSignatureMismatch: Argument 1 of Ardillo\Examples\Clock\Main\Handler::mouseEventHandler has wrong type 'Ardillo\Area', expecting 'mixed' as defined by Ardillo\AreaHandler::mouseEventHandler (see https://psalm.dev/042)
|
ParamNameMismatch:
../src/Clock/Main/Handler.php#L134
../src/Clock/Main/Handler.php:134:66: ParamNameMismatch: Argument 2 of Ardillo\Examples\Clock\Main\Handler::mouseEventHandler has wrong name $e, expecting $event as defined by Ardillo\AreaHandler::mouseEventHandler (see https://psalm.dev/230)
|
Static Analysis (PHP 8.2 on ubuntu-22.04)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Static Analysis (PHP 8.2 on ubuntu-22.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|