Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed May 2, 2024
1 parent 7447855 commit 8ff0592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/Docs/DocGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function preamble(string $type): string
EOT;

$preambleSnippet = $this->docPath('snippets'. DIRECTORY_SEPARATOR . 'preamble_' . strtolower($type) . '.md');
$preambleSnippet = $this->docPath('snippets' . DIRECTORY_SEPARATOR . 'preamble_' . strtolower($type) . '.md');

if (file_exists($preambleSnippet)) {
$preamble .= file_get_contents($preambleSnippet);
Expand Down

0 comments on commit 8ff0592

Please sign in to comment.