Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored and github-actions[bot] committed Sep 19, 2023
1 parent 546dd61 commit e84323f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Processor/Chromium.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function getPdfFromString(string $html, array $params = [], bool $returnF
'startupTimeout' => 120,
'enableImages' => true,
'ignoreCertificateErrors' => true,
'customFlags' => [ '--disable-dev-shm-usage','--disable-gpu']
'customFlags' => [ '--disable-dev-shm-usage', '--disable-gpu'],
]);
}

Expand Down

0 comments on commit e84323f

Please sign in to comment.