The method markdown() does not exist on Hyde\Framework\Contracts\AbstractPage. It seems like you code against a sub-type of Hyde\Framework\Contracts\AbstractPage such as Hyde\Framework\Contracts\AbstractMarkdownPage.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
42
foreach ($this->page->/** @scrutinizer ignore-call */ markdown()->toArray() as $line) {