We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4211db1 commit ffcd7d8Copy full SHA for ffcd7d8
packages/guides/src/Compiler/NodeTransformers/MenuNodeTransformers/AbstractMenuEntryNodeTransformer.php
@@ -169,7 +169,7 @@ protected function isCurrent(DocumentEntryNode $menuEntry, string $currentPath):
169
return $menuEntry->getFile() === $currentPath;
170
}
171
172
- public static function isAbsoluteFile(string $expectedFile): bool
+ protected static function isAbsoluteFile(string $expectedFile): bool
173
{
174
return str_starts_with($expectedFile, '/');
175
0 commit comments