Skip to content

Commit

Permalink
[TASK] Declare MAIN_IDENTIFIER private
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskienast committed Oct 11, 2024
1 parent d59f8fa commit 501a9e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion legacy_hook/src/DocumentationLinker.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@
*/
final readonly class DocumentationLinker
{
private const MAIN_IDENTIFIER = 'main';

private FilesystemAdapter $cache;
private int $cacheTime;
const MAIN_IDENTIFIER = 'main';

public function __construct(private ServerRequestInterface $request)
{
Expand Down

0 comments on commit 501a9e5

Please sign in to comment.