Skip to content

SQLite: Incorrect @access annotations #38

@swissspidy

Description

@swissspidy

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.

See https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#1-functions-class-methods

A private function xyz() does not need @access private annotations.

Steps to reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. 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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions