We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fb003 commit 05a7a4aCopy full SHA for 05a7a4a
src/Util/Highlighter.php
@@ -356,7 +356,7 @@ private function colorLines(array $tokenLines): array
356
*
357
* @return string
358
*/
359
- private function lineNumbers(array $lines, int $markLine = null): string
+ private function lineNumbers(array $lines, ?int $markLine = null): string
360
{
361
$snippet = '';
362
$lineLen = count($lines) + 1;
0 commit comments