Skip to content

Commit

Permalink
Remove unused internal method
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Sep 1, 2022
1 parent 4341944 commit cb6926c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ public function then(): void
$this->createdSiteFile(DocumentationSearchService::$filePath)->withExecutionTime();
}

protected function normalizePath(string $path): string
{
return str_replace('\\', '/', $path);
}

/** @internal Estimated processing time per file in ms */
public static float $guesstimationFactor = 52.5;

Expand Down

0 comments on commit cb6926c

Please sign in to comment.