diff --git a/src/View/PdfView.php b/src/View/PdfView.php index f30852e..5f8c12c 100644 --- a/src/View/PdfView.php +++ b/src/View/PdfView.php @@ -83,13 +83,12 @@ public function __construct( } /** - * {@inheritDoc} + * @inheritDoc */ public static function contentType(): string { return 'application/pdf'; } - /** * Return CakePdf instance, optionally set engine to be used *