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:
parent
dac6b01d1a
commit
6add0ea877
@ -105,8 +105,6 @@ final class Table implements ContinuableBlock
|
||||
return null;
|
||||
}
|
||||
|
||||
$Elements = [];
|
||||
|
||||
$row = \trim(\trim($Context->line()->text()), '|');
|
||||
|
||||
if (
|
||||
|
@ -53,7 +53,7 @@ final class Link implements Inline
|
||||
if (! \preg_match('/\[((?:[^][]++|(?R))*+)\]/', $remainder, $matches)) {
|
||||
return null;
|
||||
}
|
||||
$rawLabelPart = $matches[0];
|
||||
|
||||
$label = $matches[1];
|
||||
|
||||
$width = \strlen($matches[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user