diff --git a/tests/phpunit/Civi/Civioffice/DocumentRendererType/LocalUnoconv/TestablePhpWordTemplateProcessor.php b/tests/phpunit/Civi/Civioffice/DocumentRendererType/LocalUnoconv/TestablePhpWordTemplateProcessor.php index f66089e..5998049 100644 --- a/tests/phpunit/Civi/Civioffice/DocumentRendererType/LocalUnoconv/TestablePhpWordTemplateProcessor.php +++ b/tests/phpunit/Civi/Civioffice/DocumentRendererType/LocalUnoconv/TestablePhpWordTemplateProcessor.php @@ -25,7 +25,9 @@ final class TestablePhpWordTemplateProcessor extends \CRM_Civioffice_DocumentRendererType_LocalUnoconv_PhpWordTemplateProcessor { // phpcs:enable - // @phpstan-ignore-next-line Parent constructor is not called. + /** + * @phpstan-ignore-next-line Parent constructor is not called. + */ public function __construct(string $mainPart) { $this->tempDocumentMainPart = $mainPart; }