**[in src/NilPortugues/SqlQueryBuilder/Syntax/QueryPart.php, line 17](https://github.com/nilportugues/sql-query-builder/blob/master/src/NilPortugues/SqlQueryBuilder/Syntax/QueryPart.php#L17)** > Interface `QueryPart` should be named `QueryPartInterface` for better clarity. ``` php /** * Interface QueryPart * @package NilPortugues\SqlQueryBuilder\Syntax */ interface QueryPart { /** * @return string */ public function partName(); ``` --- _Posted from [SensioLabsInsight](https://insight.sensiolabs.com/projects/89ec1003-4227-43a2-8432-67a9fc2d3ba3/analyses/4)_