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 00e40ef commit 6f83dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/View/PdfView.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ public function __construct(
/**
* @inheritDoc
*/
public static function contentType(): string {
public static function contentType(): string
{
return 'application/pdf';
}

Expand Down

0 comments on commit 6f83dce

Please sign in to comment.