Skip to content

Commit

Permalink
Apply fixes from StyleCI (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
codedge committed Mar 5, 2024
1 parent aef429f commit 5fbf5f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/config/fpdf.php
Expand Up @@ -11,10 +11,10 @@
|
*/

'orientation' => 'P',
'unit' => 'mm',
'size' => 'A4',
'font_path' => env('FPDF_FONTPATH'),
'orientation' => 'P',
'unit' => 'mm',
'size' => 'A4',
'font_path' => env('FPDF_FONTPATH'),

/*
|--------------------------------------------------------------------------
Expand All @@ -25,6 +25,6 @@
| a special header needs to be attached to each download response.
|
*/
'useVaporHeaders' => env('FPDF_VAPOR_HEADERS', false),
'useVaporHeaders' => env('FPDF_VAPOR_HEADERS', false),

];

0 comments on commit 5fbf5f6

Please sign in to comment.