Update readme.md #47
Annotations
10 errors and 2 warnings
PHP 8.2-ubuntu-latest:
src/Infrastructure/Telegram/Action/HelloAction.php#L16
MixedInferredReturnType: Could not verify return type 'Botasis\Runtime\Response\ResponseInterface' for Bot\Infrastructure\Telegram\Action\HelloAction::handle
|
PHP 8.2-ubuntu-latest:
src/Infrastructure/Telegram/Action/HelloAction.php#L23
MixedAssignment: Unable to determine the type that $message is being assigned to
|
PHP 8.2-ubuntu-latest:
src/Infrastructure/Telegram/Action/HelloAction.php#L23
UndefinedClass: Class, interface or enum named Botasis\Client\Telegram\Entity\Message\Message does not exist
|
PHP 8.2-ubuntu-latest:
src/Infrastructure/Telegram/Action/HelloAction.php#L25
UndefinedClass: Class, interface or enum named Botasis\Client\Telegram\Entity\Message\MessageFormat does not exist
|
PHP 8.2-ubuntu-latest:
src/Infrastructure/Telegram/Action/HelloAction.php#L26
UndefinedPropertyFetch: Instance property Botasis\Runtime\Update\Update::$chatId is not defined
|
PHP 8.2-ubuntu-latest:
src/Infrastructure/Telegram/Action/HelloAction.php#L29
MixedReturnStatement: Could not infer a return type
|
PHP 8.2-ubuntu-latest:
src/Infrastructure/Telegram/Action/HelloAction.php#L29
TooFewArguments: Too few arguments for Botasis\Runtime\Response\Response::__construct - expecting update to be passed
|
PHP 8.2-ubuntu-latest:
src/Infrastructure/Telegram/Action/HelloAction.php#L29
UndefinedMethod: Method Botasis\Runtime\Response\Response::withMessage does not exist
|
PHP 8.2-ubuntu-latest:
src/Infrastructure/Telegram/Middleware/NotFoundUpdateHandler.php#L16
MixedInferredReturnType: Could not verify return type 'Botasis\Runtime\Response\ResponseInterface' for Bot\Infrastructure\Telegram\Middleware\NotFoundUpdateHandler::handle
|
PHP 8.2-ubuntu-latest:
src/Infrastructure/Telegram/Middleware/NotFoundUpdateHandler.php#L18
MixedAssignment: Unable to determine the type that $message is being assigned to
|
PHP 8.2-ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PHP 8.2-ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|