mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Remove useless variables
This commit is contained in:
@ -105,8 +105,6 @@ final class Table implements ContinuableBlock
|
||||
return null;
|
||||
}
|
||||
|
||||
$Elements = [];
|
||||
|
||||
$row = \trim(\trim($Context->line()->text()), '|');
|
||||
|
||||
if (
|
||||
|
Reference in New Issue
Block a user