Skip to content

Commit

Permalink
Fix CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad authored Oct 3, 2023
1 parent cf112d2 commit 00e40ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/View/PdfView.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,12 @@ public function __construct(
}

/**
* {@inheritDoc}
* @inheritDoc
*/
public static function contentType(): string {

Check failure on line 88 in src/View/PdfView.php

View workflow job for this annotation

GitHub Actions / Coding Standard & Static Analysis

Opening brace should be on a new line
return 'application/pdf';
}


/**
* Return CakePdf instance, optionally set engine to be used
*
Expand Down

0 comments on commit 00e40ef

Please sign in to comment.