Debug v21

This commit is contained in:
Laurent Destailleur 2024-11-13 18:54:04 +01:00
parent aacecf4569
commit 3c10ef7acf

View file

@ -894,7 +894,7 @@ class Parsedown
#
# Table
protected function blockTable($Line, ?array $Block = null)
protected function blockTable($Line, array $Block = null)
{
if ( ! isset($Block) or $Block['type'] !== 'Paragraph' or isset($Block['interrupted']))
{