File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ protected function printDocComment(/*Traits\CommentAware*/ $commentable): string
385
385
}
386
386
387
387
388
- private function printReturnType (Closure |GlobalFunction |Method $ function ): string
388
+ protected function printReturnType (Closure |GlobalFunction |Method $ function ): string
389
389
{
390
390
return ($ tmp = $ this ->printType ($ function ->getReturnType (), $ function ->isReturnNullable ()))
391
391
? $ this ->returnTypeColon . $ tmp
@@ -394,7 +394,7 @@ private function printReturnType(Closure|GlobalFunction|Method $function): strin
394
394
395
395
396
396
/** @param Attribute[] $attrs */
397
- private function printAttributes (array $ attrs , bool $ inline = false ): string
397
+ protected function printAttributes (array $ attrs , bool $ inline = false ): string
398
398
{
399
399
if (!$ attrs ) {
400
400
return '' ;
You can’t perform that action at this time.
0 commit comments