Skip to content

Commit

Permalink
Compress single line annotation formatting hydephp/develop@08ca08e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 8, 2024
1 parent cba3685 commit e703c7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Framework/Services/MarkdownService.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,7 @@ protected function enableAllHtmlElements(): void
], $this->config);
}

/**
* Normalize indentation for an un-compiled Markdown string.
*/
/** Normalize indentation for an un-compiled Markdown string */
public static function normalizeIndentationLevel(string $string): string
{
$lines = self::getNormalizedLines($string);
Expand Down

0 comments on commit e703c7a

Please sign in to comment.