PHP-XPDF icon indicating copy to clipboard operation
PHP-XPDF copied to clipboard

the private function was missing the _

Open simkimsia opened this issue 4 years ago • 1 comments

simkimsia avatar May 16 '20 05:05 simkimsia

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.

Gramzivi avatar Feb 24 '21 12:02 Gramzivi