phpstan warning: unknown view

Why do you think phpstan is complaining about this being an unknown view? Everything functions fine though.
View::make('main_image')
    ->hiddenLabel()
    ->dehydrated(false)
    ->view('forms.components.property-main-image-placeholder'),
Was this page helpful?