The interface Hyde\Markdown\Contracts\...DocumentationPageSchema has been deprecated: The navigation is inherited by the parent page, and the category is not documented, thus presumed to be unused.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
20
class DocumentationPage extends BaseMarkdownPage implements /** @scrutinizer ignore-deprecated */ DocumentationPageSchema
This interface has been deprecated. The supplier of the interface has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the interface will be
removed and what other interface to use instead.
Loading history...
21
{
22
use Concerns\UsesFlattenedOutputPaths;
23
24
public static string $sourceDirectory = '_docs';
25
public static string $outputDirectory = 'docs';
26
public static string $template = 'hyde::layouts/docs';
This interface has been deprecated. The supplier of the interface has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the interface will be removed and what other interface to use instead.