Skip to content

Implicitly marking parameter $selectedPage as nullable is deprecated #13

@wadealer

Description

@wadealer

Message: TelegramBot\InlineKeyboardPagination\InlineKeyboardPagination::getPagination(): Implicitly marking parameter $selectedPage as nullable is deprecated, the explicit nullable type must be used instead

Filename: src/InlineKeyboardPagination.php

Line Number: 203

public function getPagination(int $selectedPage = null): array shoud be changed to public function getPagination(?int $selectedPage = null): array

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions