Skip to content

Commit

Permalink
Fix phpcs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Tubach committed May 15, 2024
1 parent bf0d762 commit b8125f9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b8125f9

Please sign in to comment.