mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
More keyword related fixes for pre PHP 7
This commit is contained in:
@ -95,7 +95,7 @@ final class Table implements ContinuableBlock
|
||||
* @param Context $Context
|
||||
* @return self|null
|
||||
*/
|
||||
public function continue(Context $Context)
|
||||
public function advance(Context $Context)
|
||||
{
|
||||
if ($Context->previousEmptyLines() > 0) {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user