Renovate update admin minor and patch updates (PHP 8.2) #3587
Annotations
10 errors
Run psalm:
src/App/src/Form/AbstractForm.php#L16
src/App/src/Form/AbstractForm.php:16:37: UndefinedClass: Class, interface or enum named Laminas\Form\Form does not exist (see https://psalm.dev/019)
|
Run psalm:
src/App/src/Form/AbstractForm.php#L21
src/App/src/Form/AbstractForm.php:21:24: PossiblyUnusedMethod: Cannot find any calls to method App\Form\AbstractForm::addCsrfElement (see https://psalm.dev/087)
|
Run psalm:
src/App/src/Form/AbstractForm.php#L48
src/App/src/Form/AbstractForm.php:48:21: PossiblyUnusedMethod: Cannot find any calls to method App\Form\AbstractForm::getData (see https://psalm.dev/087)
|
Run psalm:
src/App/src/Form/AbstractForm.php#L48
src/App/src/Form/AbstractForm.php:48:29: PossiblyUnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/134)
|
Run psalm:
src/App/src/Form/AbstractForm.php#L63
src/App/src/Form/AbstractForm.php:63:21: PossiblyUnusedMethod: Cannot find explicit calls to method App\Form\AbstractForm::setData (but did find some potential callers) (see https://psalm.dev/087)
|
Run psalm:
src/App/src/Form/AbstractForm.php#L63
src/App/src/Form/AbstractForm.php:63:38: PossiblyUnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/134)
|
Run psalm:
src/App/src/Form/Feedback.php#L13
src/App/src/Form/Feedback.php:13:24: MissingDependency: App\Form\AbstractForm depends on class or interface laminas\form\form that does not exist (see https://psalm.dev/157)
|
Run psalm:
src/App/src/Form/Feedback.php#L20
src/App/src/Form/Feedback.php:20:21: PossiblyUnusedMethod: Cannot find any calls to method App\Form\Feedback::__construct (see https://psalm.dev/087)
|
Run psalm:
src/App/src/Form/Feedback.php#L20
src/App/src/Form/Feedback.php:20:33: PossiblyUnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/134)
|
Run psalm:
src/App/src/Form/Feedback.php#L45
src/App/src/Form/Feedback.php:45:21: PossiblyUnusedMethod: Cannot find explicit calls to method App\Form\Feedback::isValid (but did find some potential callers) (see https://psalm.dev/087)
|
Loading