Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 1, 2024
1 parent a74effc commit a38d4f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/config/fpdf.php
Original file line number Diff line number Diff line change
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 a38d4f6

Please sign in to comment.