mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-12 00:59:46 +00:00
refactor(core): ensure that shouldShowPageTools() returns a bool (#573)
This commit is contained in:
parent
63a35d2774
commit
8aca2e8b68
|
@ -135,7 +135,7 @@ final class PageTools extends Partial {
|
|||
}
|
||||
}
|
||||
|
||||
return $condition;
|
||||
return (bool)$condition;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue