mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Remove unnecessary cast
This commit is contained in:
parent
95c9cce7de
commit
f77cb47528
@ -115,10 +115,10 @@ final class Table implements AcquisitioningBlock, ContinuableBlock
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
$cells = \array_values(\array_map(
|
$cells = \array_map(
|
||||||
'trim',
|
'trim',
|
||||||
\array_slice($matches[0], 0, \count($this->alignments))
|
\array_slice($matches[0], 0, \count($this->alignments))
|
||||||
));
|
);
|
||||||
|
|
||||||
return new self(
|
return new self(
|
||||||
$this->alignments,
|
$this->alignments,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user