mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Make tab shortage function public
This commit is contained in:
parent
3a0db641aa
commit
deaf0682b5
@ -54,7 +54,7 @@ final class Line
|
||||
* @param int $indentOffset
|
||||
* @return int
|
||||
*/
|
||||
private static function tabShortage($fromPosition, $indentOffset)
|
||||
public static function tabShortage($fromPosition, $indentOffset)
|
||||
{
|
||||
return self::INDENT_STEP - ($fromPosition + $indentOffset) % self::INDENT_STEP;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user