dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.73k stars 256 forks source link

Prevents PHP from throwing warnings while autoloaders include files #62

Closed chris-at-netshake closed 6 years ago

chris-at-netshake commented 7 years ago

Prevents PHP from throwing a warning while autoloaders try to include non existing class files. In some environments (like magento) warnings cause the application to throw an error showing an error page when development mode is used.