<?php
-return array(
+return [
/*
|--------------------------------------------------------------------------
*/
'show_warnings' => false, // Throw an Exception on warnings from dompdf
'orientation' => 'portrait',
- 'defines' => array(
+ 'defines' => [
/**
* The location of the DOMPDF font directory
*
* the desired content might be different (e.g. screen or projection view of html file).
* Therefore allow specification of content here.
*/
- "DOMPDF_DEFAULT_MEDIA_TYPE" => "screen",
+ "DOMPDF_DEFAULT_MEDIA_TYPE" => "print",
/**
* The default paper size.
"DOMPDF_ENABLE_HTML5PARSER" => true,
- ),
+ ],
-);
+];