Skip to content

[Insight] Interfaces names should end with "Interface" #24

@nilportugues

Description

@nilportugues

in src/NilPortugues/SqlQueryBuilder/Syntax/QueryPart.php, line 17

Interface QueryPart should be named QueryPartInterface for better clarity.

/**
 * Interface QueryPart
 * @package NilPortugues\SqlQueryBuilder\Syntax
 */
interface QueryPart
{
    /**
     * @return string
     */
    public function partName();

Posted from SensioLabsInsight

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions