Showing 452 of 452 total issues
Variable $clauses
was undeclared, but array fields are being added to it. Open
Open
$clauses['`pivotjoin`.`' . $clauseColumn . '`' . $prefix] = $clauseValue;
- Exclude checks
Possibly zero references to use statement for classlike/namespace DataAccessInterface
(\Automatorm\Interfaces\DataAccess)
Open
Open
use Automatorm\Interfaces\DataAccess as DataAccessInterface;
- Exclude checks
Variable $options
is undeclared Open
Open
foreach ((array) $options['sort'] as $sortby) {
- Exclude checks
Variable $return
was undeclared, but array fields are being added to it. Open
Open
$return[] = [
- Exclude checks
Assigning null
to property but \Automatorm\Database\QueryBuilder\Expression->column
is \Automatorm\Database\QueryBuilder\Column
Open
Open
$this->column = null;
- Exclude checks
Possibly zero references to use statement for classlike/namespace SqlString
(\Automatorm\Database\SqlString)
Open
Open
use Automatorm\Database\SqlString;
- Exclude checks
Possibly zero references to use statement for classlike/namespace Connection
(\Automatorm\Interfaces\Connection)
Open
Open
use Automatorm\Interfaces\Connection;
- Exclude checks
Saw an @param annotation for options,
but it was not found in the param list of function countAll(array|mixed[] $where = null) : \Automatorm\Orm\Collection|int
Open
Open
* @param mixed[] $options Options to pass: limit => int, offeset => int, sort => "column direction"
- Exclude checks
Assigning array[][][]
to property but \Automatorm\Orm\Model::$instance
is object[][][]
Open
Open
static::$instance[$namespace][$table][$id] = [];
- Exclude checks
Checking instanceof against undeclared class \Psr\Cache\CacheItemPoolInterface
Open
Open
if ($cache instanceof Psr6) {
- Exclude checks
Checking instanceof against undeclared class \Psr\SimpleCache\CacheInterface
Open
Open
if ($cache instanceof Psr16) {
- Exclude checks
Static call to undeclared method \Automatorm\Orm\Traits\ClosureTree::get
Open
Open
$parent = static::get($row['parent_id']);
- Exclude checks