/
Removing @access PHPDoc

Removing @access PHPDoc

In PHP5 scope operators were added, that allow to add private/public/protected to class variables and methods. With this @access tag in PHPDoc comments is no longer required because documentation generators will know scope automatically.