Skip to content

Commit a503368

Browse files
committed
add visibility
1 parent 979d4f6 commit a503368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/PHPStan/Printer/PrinterTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class PrinterTest extends TestCase
7070
/** @var PhpDocParser */
7171
private $phpDocParser;
7272

73-
static function nowdoc(string $str): string
73+
protected static function nowdoc(string $str): string
7474
{
7575
$lines = preg_split('/\\n/', $str);
7676

0 commit comments

Comments
 (0)