Skip to content

Commit 2680324

Browse files
committed
Parameter comment mus be a string.
1 parent 04cd979 commit 2680324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wrapper/BulkWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ protected function enhancePhpDocBlockParameters(array &$parameters): void
2121
$this->imports[] = BulkHandler::class;
2222

2323
$parameter = ['php_name' => '$bulkHandler',
24-
'description' => ['The bulk row handler'],
24+
'description' => 'The bulk row handler',
2525
'php_type' => 'BulkHandler',
2626
'dtd_identifier' => null];
2727

0 commit comments

Comments
 (0)