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