Query\QueryBuilderInterface::selectSum
Selects the sum of a field from a query
Signature
public function selectSum(string
$field,
[boolean
$as = FALSE] )
Parameters
$field
—
string
$as
—
boolean
Returns
- QueryBuilderInterface
Violations
PHPMessDetector
Line |
Rule |
Message |
108 |
BooleanArgumentFlag
|
The method selectSum has a boolean flag argument $as, which is a certain sign of a Single Responsibility Principle violation. |
108 |
ShortVariable
|
Avoid variables with short names like $as. Configured minimum length is 3. |