alchemy-fr / PHP-XPDF

An object oriented wrapper for XPDF
Other
37 stars 26 forks source link

the private function was missing the _ #19

Open simkimsia opened 4 years ago

Gramzivi commented 3 years ago

Language of this project is in PHP According to PHP coding standards, Symfony standards: https://www.php-fig.org/psr/psr-2/

Property names SHOULD NOT be prefixed with a single underscore to indicate protected or private visibility.