We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979d4f6 commit a503368Copy full SHA for a503368
tests/PHPStan/Printer/PrinterTest.php
@@ -70,7 +70,7 @@ class PrinterTest extends TestCase
70
/** @var PhpDocParser */
71
private $phpDocParser;
72
73
- static function nowdoc(string $str): string
+ protected static function nowdoc(string $str): string
74
{
75
$lines = preg_split('/\\n/', $str);
76
0 commit comments