app/Conditions/QueryTraits/ComparisonField.php
Missing class import via use statement (line '46', column '45'). Open
Open
return ['<=', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Read upRead up
- Exclude checks
MissingImport
Since: 2.7.0
Importing all external classes in a file through use statements makes them clearly visible.
Example
function make() {
return new \stdClass();
}
Source http://phpmd.org/rules/cleancode.html#MissingImport
Missing class import via use statement (line '56', column '45'). Open
Open
return ['>=', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Read upRead up
- Exclude checks
MissingImport
Since: 2.7.0
Importing all external classes in a file through use statements makes them clearly visible.
Example
function make() {
return new \stdClass();
}
Source http://phpmd.org/rules/cleancode.html#MissingImport
Missing class import via use statement (line '36', column '44'). Open
Open
return ['>', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Read upRead up
- Exclude checks
MissingImport
Since: 2.7.0
Importing all external classes in a file through use statements makes them clearly visible.
Example
function make() {
return new \stdClass();
}
Source http://phpmd.org/rules/cleancode.html#MissingImport
Missing class import via use statement (line '26', column '44'). Open
Open
return ['<', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Read upRead up
- Exclude checks
MissingImport
Since: 2.7.0
Importing all external classes in a file through use statements makes them clearly visible.
Example
function make() {
return new \stdClass();
}
Source http://phpmd.org/rules/cleancode.html#MissingImport
Call to undeclared method \App\Conditions\QueryTraits\ComparisonField::getColumnName
Open
Open
return ['>=', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Call to method __construct
from undeclared class \yii\db\Expression
Open
Open
return ['<', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Call to method __construct
from undeclared class \yii\db\Expression
Open
Open
return ['>', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Call to undeclared method \App\Conditions\QueryTraits\ComparisonField::getColumnNameFromSource
Open
Open
return ['<=', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Call to undeclared method \App\Conditions\QueryTraits\ComparisonField::getColumnName
Open
Open
return ['<=', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Call to undeclared method \App\Conditions\QueryTraits\ComparisonField::getColumnName
Open
Open
return ['>', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Call to undeclared method \App\Conditions\QueryTraits\ComparisonField::getColumnNameFromSource
Open
Open
return ['>=', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Call to undeclared method \App\Conditions\QueryTraits\ComparisonField::getColumnName
Open
Open
return ['<', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Call to method __construct
from undeclared class \yii\db\Expression
Open
Open
return ['<=', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Call to undeclared method \App\Conditions\QueryTraits\ComparisonField::getColumnNameFromSource
Open
Open
return ['>', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Call to undeclared method \App\Conditions\QueryTraits\ComparisonField::getColumnNameFromSource
Open
Open
return ['<', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Call to method __construct
from undeclared class \yii\db\Expression
Open
Open
return ['>=', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return ['>', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return array
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function operatorGf(): array
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return ['<', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Greater than field operator.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Less than field or equal operator.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return array
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function operatorMf(): array
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function operatorHf(): array
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return array
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Less than field operator.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return ['<=', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function operatorLf(): array
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Greater than field or equal operator.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return ['>=', $this->getColumnName(), new \yii\db\Expression($this->getColumnNameFromSource())];
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return array
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*/
- Exclude checks