feat: Add Doctrine DBAL QueryBuilder support #161
Annotations
10 errors and 1 warning
|
phpstan / PHPStan - PHP 8.4:
src/Doctrine/Connection.php#L45
Call to method execute() on an unknown class Doctrine\DBAL\Driver\Statement.
|
|
phpstan / PHPStan - PHP 8.4:
src/Doctrine/Connection.php#L43
Method Artemeon\Database\Doctrine\Connection::query() has invalid return type Doctrine\DBAL\Driver\Result.
|
|
phpstan / PHPStan - PHP 8.4:
src/Doctrine/Connection.php#L40
Method Artemeon\Database\Doctrine\Connection::prepare() should return Doctrine\DBAL\Driver\Statement but returns Artemeon\Database\Doctrine\Statement.
|
|
phpstan / PHPStan - PHP 8.4:
src/Doctrine/Connection.php#L38
Method Artemeon\Database\Doctrine\Connection::prepare() has invalid return type Doctrine\DBAL\Driver\Statement.
|
|
phpstan / PHPStan - PHP 8.4:
src/Doctrine/Connection.php#L30
Class Artemeon\Database\Doctrine\Connection implements unknown interface Doctrine\DBAL\Driver\Connection.
|
|
phpstan / PHPStan - PHP 8.4:
src/Connection.php#L373
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
|
|
phpstan / PHPStan - PHP 8.4:
src/Connection.php#L370
Instantiated class Doctrine\DBAL\Connection not found.
|
|
phpstan / PHPStan - PHP 8.4:
src/Connection.php#L370
Instantiated class Doctrine\DBAL\Configuration not found.
|
|
phpstan / PHPStan - PHP 8.4:
src/Connection.php#L361
Method Artemeon\Database\Connection::createQueryBuilder() has invalid return type Doctrine\DBAL\Query\QueryBuilder.
|
|
phpstan / PHPStan - PHP 8.4:
src/Connection.php#L82
Property Artemeon\Database\Connection::$dbalConnection has unknown class Doctrine\DBAL\Connection as its type.
|
|
phpstan / PHPStan - PHP 8.4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|