php / web-pecl

The PECL website
http://pecl.php.net
Other
32 stars 31 forks source link

Refactor release class #32

Closed petk closed 5 years ago

petk commented 5 years ago

This patch refactors the release class from include/pear-database.php file into its dedicated file in src directory. Methods got visibility and static keywords since they are currently used as static calls across the code.