app/Entities/Tools/PageEditorData.php
Method build
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function build(): array
{
$page = clone $this->page;
$isDraft = boolval($this->page->draft);
$templates = $this->queries->pages->visibleTemplates()