Skip to content

Commit

Permalink
Apply fixes from StyleCI (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
codedge committed Jan 16, 2024
1 parent 0576fcc commit 253ed37
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 253ed37

Please sign in to comment.