Skip to content

admin_externalpage is in the incorrect namespace #118

@sharpchi

Description

@sharpchi

In classes/navigation.php this line:

} else if ($page instanceof admin_externalpage) {
has the class admin_externalpage which doesn't have the correct namespace. It could either be \admin_externalpage or use use admin_externalpage; at the top.

Found the error running phpstan. I don't know if this is a code path that's ever reached.

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