Skip to content

Commit d4ef55b

Browse files
authored
Fix PHPStan error (#68)
1 parent 67cd905 commit d4ef55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Printer/CollectorMetadataPrinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function printArgTypesAsString(
8888
return implode('|', $stringArgTypes);
8989
}
9090

91-
public function printParamTypesToString(ClassMethod $classMethod, ?string $className): string
91+
public function printParamTypesToString(ClassMethod $classMethod, string $className): string
9292
{
9393
$printedParamTypes = [];
9494
foreach ($classMethod->params as $param) {

0 commit comments

Comments
 (0)