-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Bug Description
The SQLite modules has some classes with actual private methods, which also have a @access private
annotation.
That is redundant and against the coding standards.
A private function xyz()
does not need @access private
annotations.
Steps to reproduce
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Screenshots
Additional Context
- PHP Version:
- OS: [e.g. iOS]
- Browser: [e.g. chrome, safari]
- Plugin Version: [e.g. 22]
- Device: [e.g. iPhone6]
szepeviktor
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers