mathieupetrini/doctrinedatatable

View on GitHub

Showing 50 of 50 total issues

Call to method select from undeclared class \Doctrine\ORM\QueryBuilder
Open

                $query->select("$column as $alias") :

Call to method getEntityManager from undeclared class \Doctrine\ORM\QueryBuilder
Open

                $value = $this->query->getEntityManager()->getRepository(
Severity: Critical
Found in src/DoctrineDatatable/Editortable.php by phan

Property \DoctrineDatatable\Datatable->query has undeclared type \Doctrine\ORM\QueryBuilder
Open

    protected $query;
Severity: Minor
Found in src/DoctrineDatatable/Datatable.php by phan

Call to method getRootAliases from undeclared class \Doctrine\ORM\QueryBuilder
Open

        return $this->final_query->getRootAliases()[0].'.'.$this->identifier.($withAlias ? ' AS '.$this->nameIdentifier : '');
Severity: Critical
Found in src/DoctrineDatatable/Datatable.php by phan

@throws type of getResultsAfterEdit has undeclared type \Doctrine\ORM\ORMException
Open

    private function getResultsAfterEdit(array $entities): array
Severity: Minor
Found in src/DoctrineDatatable/Editortable.php by phan

Call to method where from undeclared class \Doctrine\ORM\QueryBuilder
Open

        return $this->createQueryResult()
Severity: Critical
Found in src/DoctrineDatatable/Editortable.php by phan

Call to method select from undeclared class \Doctrine\ORM\QueryBuilder
Open

        $this->final_query->select($this->processColumnIdentifier());
Severity: Critical
Found in src/DoctrineDatatable/Datatable.php by phan

Call to method getQuery from undeclared class \Doctrine\ORM\QueryBuilder
Open

        foreach ($query->getQuery()->getResult() as $result) {

Return type of createFinalQuery() is undeclared type \Doctrine\ORM\QueryBuilder
Open

    public function createFinalQuery(array $filters): QueryBuilder
Severity: Minor
Found in src/DoctrineDatatable/Datatable.php by phan

Call to method getEntityManager from undeclared class \Doctrine\ORM\QueryBuilder
Open

        $this->query->getEntityManager()->getUnitOfWork()->computeChangeSets();
Severity: Critical
Found in src/DoctrineDatatable/Editortable.php by phan
Severity
Category
Status
Source
Language