diff --git a/src/Blueman/Console/Command/ConvertCommand.php b/src/Blueman/Console/Command/ConvertCommand.php index 806c271..ff153f1 100644 --- a/src/Blueman/Console/Command/ConvertCommand.php +++ b/src/Blueman/Console/Command/ConvertCommand.php @@ -343,7 +343,7 @@ private function parseTestsFile($testsFile) $code = '/^(```)(.*)/'; foreach ($markdown as $line) { - $matches = []; + $matches = array(); $head = $head ? $head : false; if(preg_match($heading, $line, $matches)) { $mode = $matches[1];