We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c9cce commit f77cb47Copy full SHA for f77cb47
src/Components/Blocks/Table.php
@@ -115,10 +115,10 @@ public function advance(Context $Context, State $State)
115
return null;
116
}
117
118
- $cells = \array_values(\array_map(
+ $cells = \array_map(
119
'trim',
120
\array_slice($matches[0], 0, \count($this->alignments))
121
- ));
+ );
122
123
return new self(
124
$this->alignments,
0 commit comments