Make TTL nullable to store longer/forever #112
Annotations
10 errors and 1 warning
|
PropertyNotSetInConstructor:
tests/DialogConfigurableStepsTest.php#L16
tests/DialogConfigurableStepsTest.php:16:13: PropertyNotSetInConstructor: Property KootLabs\TelegramBotDialogs\Tests\DialogConfigurableStepsTest::$botHistory is not defined in constructor of KootLabs\TelegramBotDialogs\Tests\DialogConfigurableStepsTest or in any private or final methods called in the constructor (see https://psalm.dev/074)
|
|
PossiblyUnusedMethod:
tests/DialogConfigurableStepsTest.php#L24
tests/DialogConfigurableStepsTest.php:24:21: PossiblyUnusedMethod: Cannot find any calls to method KootLabs\TelegramBotDialogs\Tests\DialogConfigurableStepsTest::it_throws_an_exception_when_step_does_not_have_name (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
tests/DialogConfigurableStepsTest.php#L42
tests/DialogConfigurableStepsTest.php:42:21: PossiblyUnusedMethod: Cannot find any calls to method KootLabs\TelegramBotDialogs\Tests\DialogConfigurableStepsTest::it_throws_an_exception_when_step_does_not_have_sendMessage (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
tests/DialogConfigurableStepsTest.php#L60
tests/DialogConfigurableStepsTest.php:60:21: PossiblyUnusedMethod: Cannot find any calls to method KootLabs\TelegramBotDialogs\Tests\DialogConfigurableStepsTest::it_throws_an_exception_when_step_does_not_have_sendMessage_text (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
tests/DialogConfigurableStepsTest.php#L81
tests/DialogConfigurableStepsTest.php:81:21: PossiblyUnusedMethod: Cannot find any calls to method KootLabs\TelegramBotDialogs\Tests\DialogConfigurableStepsTest::it_json_encodes_reply_markup_when_array (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
tests/DialogConfigurableStepsTest.php#L114
tests/DialogConfigurableStepsTest.php:114:21: PossiblyUnusedMethod: Cannot find any calls to method KootLabs\TelegramBotDialogs\Tests\DialogConfigurableStepsTest::it_preserves_reply_markup_when_already_json_string (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
tests/DialogConfigurableStepsTest.php#L142
tests/DialogConfigurableStepsTest.php:142:21: PossiblyUnusedMethod: Cannot find any calls to method KootLabs\TelegramBotDialogs\Tests\DialogConfigurableStepsTest::it_switches_to_another_step (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
tests/DialogConfigurableStepsTest.php#L186
tests/DialogConfigurableStepsTest.php:186:21: PossiblyUnusedMethod: Cannot find any calls to method KootLabs\TelegramBotDialogs\Tests\DialogConfigurableStepsTest::it_moves_to_next_step (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
tests/DialogConfigurableStepsTest.php#L216
tests/DialogConfigurableStepsTest.php:216:21: PossiblyUnusedMethod: Cannot find any calls to method KootLabs\TelegramBotDialogs\Tests\DialogConfigurableStepsTest::it_ends_dialog (see https://psalm.dev/087)
|
|
PossiblyUnusedMethod:
tests/DialogConfigurableStepsTest.php#L240
tests/DialogConfigurableStepsTest.php:240:21: PossiblyUnusedMethod: Cannot find any calls to method KootLabs\TelegramBotDialogs\Tests\DialogConfigurableStepsTest::it_calls_before_and_after_every_step (see https://psalm.dev/087)
|
|
psalm
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|