We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cd979 commit 2680324Copy full SHA for 2680324
src/Wrapper/BulkWrapper.php
@@ -21,7 +21,7 @@ protected function enhancePhpDocBlockParameters(array &$parameters): void
21
$this->imports[] = BulkHandler::class;
22
23
$parameter = ['php_name' => '$bulkHandler',
24
- 'description' => ['The bulk row handler'],
+ 'description' => 'The bulk row handler',
25
'php_type' => 'BulkHandler',
26
'dtd_identifier' => null];
27
0 commit comments