Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Nov 13, 2023
1 parent 940fc40 commit 7ce7e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extractor/src/Indexable.php
Expand Up @@ -23,7 +23,7 @@ final class Indexable
'redir' => 7,
];

public function notIndexableLabel(int $code): string
public static function notIndexableLabel(int $code): string
{
$labels = array_flip(self::NOT_INDEXABLE);

Expand Down

0 comments on commit 7ce7e8b

Please sign in to comment.