php / web-pecl

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

Refactor user class #34

Closed petk closed 5 years ago

petk commented 5 years ago

This patch refactors the user class from pear-database.php file into src directory with a dedicated class file. Methods got visibility and static keywords since they are called statically in current code.

Unused User::add() method got removed.