coding style

This commit is contained in:
ludo
2024-02-22 19:35:51 +01:00
parent 722ea43bc2
commit 64a218afc2
33 changed files with 54 additions and 93 deletions

View File

@@ -15,14 +15,14 @@ return [
],
'serial_number' => [
'series' => 'AA',
'series' => 'AA',
'sequence' => 1,
/*
* Sequence will be padded accordingly, for ex. 00001
*/
'sequence_padding' => 5,
'delimiter' => '.',
'delimiter' => '.',
/*
* Supported tags {SERIES}, {DELIMITER}, {SEQUENCE}
@@ -41,7 +41,7 @@ return [
* Example: Amount in words: Eight hundred fifty thousand sixty-eight EUR and fifteen ct.
*/
'fraction' => 'ct.',
'symbol' => '€',
'symbol' => '€',
/*
* Example: 19.00
@@ -68,7 +68,7 @@ return [
'paper' => [
// A4 = 210 mm x 297 mm = 595 pt x 842 pt
'size' => 'a4',
'size' => 'a4',
'orientation' => 'portrait',
],
@@ -87,11 +87,11 @@ return [
* Default attributes for Seller::class
*/
'attributes' => [
'name' => 'Jardin\'Envie',
'address' => '89982 Pfeffer Falls Damianstad, CO 66972-8160',
'code' => '41-1985581',
'vat' => '123456789',
'phone' => '760-355-3930',
'name' => 'Jardin\'Envie',
'address' => '89982 Pfeffer Falls Damianstad, CO 66972-8160',
'code' => '41-1985581',
'vat' => '123456789',
'phone' => '760-355-3930',
'custom_fields' => [
/*
* Custom attributes for Seller::class
@@ -108,6 +108,7 @@ return [
'enable_php' => true,
/**
* Do not write log.html or make it optional
*
* @see https://github.com/dompdf/dompdf/issues/2810
*/
'logOutputFile' => '/dev/null',