1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Indent offset is encompassed in Lines object

This commit is contained in:
Aidan Woods 2019-01-21 18:19:43 +00:00
parent 366600034c
commit 7f526c07a0
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -124,10 +124,9 @@ final class Parsedown
#
/**
* @param int $indentOffset
* @return StateRenderable[]
*/
public function lines(Lines $Lines, $indentOffset = 0)
public function lines(Lines $Lines)
{
/** @var StateRenderable[] */
$StateRenderables = [];