Actualize to 7.4 #64
Annotations
10 errors and 2 warnings
UndefinedDocblockClass:
src/BotApi.php#L175
src/BotApi.php:175:13: UndefinedDocblockClass: Docblock-defined class, interface or enum named TelegramBot\Api\Botan does not exist (see https://psalm.dev/200)
|
RiskyTruthyFalsyComparison:
src/BotApi.php#L197
src/BotApi.php:197:28: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/BotApi.php#L198
src/BotApi.php:198:31: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/BotApi.php#L202
src/BotApi.php:202:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
UndefinedClass:
src/BotApi.php#L204
src/BotApi.php:204:34: UndefinedClass: Class, interface or enum named TelegramBot\Api\Botan does not exist (see https://psalm.dev/019)
|
RiskyTruthyFalsyComparison:
src/BotApi.php#L220
src/BotApi.php:220:13: RiskyTruthyFalsyComparison: Operand of type int|null contains type int, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/BotApi.php#L290
src/BotApi.php:290:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/BotApi.php#L293
src/BotApi.php:293:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/BotApi.php#L316
src/BotApi.php:316:13: RiskyTruthyFalsyComparison: Operand of type false|null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
UndefinedClass:
src/BotApi.php#L646
src/BotApi.php:646:39: UndefinedClass: Class, interface or enum named TelegramBot\Api\Botan does not exist (see https://psalm.dev/019)
|
PHP 8.1-ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHP 8.1-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/
|