[4.x] Upmerge 2026-02-17 #100
ci.yml
on: pull_request
Install PHP dependencies
16s
Run PHPstan
30s
Matrix: Run Unit tests on MariaDB
Matrix: Run Unit tests on MySQL
Matrix: Run Unit tests on PostgreSQL
Matrix: Run Unit tests on SQLite
Matrix: Run Unit tests on SQLsrv
Matrix: Run Unit tests on MSSQL (Windows)
Annotations
10 errors
|
Run PHPstan:
src/DatabaseQuery.php#L633
Property Joomla\Database\DatabaseQuery::$querySet (Joomla\Database\Query\DatabaseQuery) does not accept null.
|
|
Run PHPstan:
src/DatabaseQuery.php#L628
Property Joomla\Database\DatabaseQuery::$autoIncrementField (bool) does not accept null.
|
|
Run PHPstan:
src/DatabaseQuery.php#L626
Property Joomla\Database\DatabaseQuery::$insert (Joomla\Database\Query\QueryElement) does not accept null.
|
|
Run PHPstan:
src/DatabaseQuery.php#L620
Property Joomla\Database\DatabaseQuery::$update (Joomla\Database\Query\QueryElement) does not accept null.
|
|
Run PHPstan:
src/DatabaseQuery.php#L614
Property Joomla\Database\DatabaseQuery::$delete (Joomla\Database\Query\QueryElement) does not accept null.
|
|
Run PHPstan:
src/DatabaseQuery.php#L607
Property Joomla\Database\DatabaseQuery::$select (Joomla\Database\Query\QueryElement) does not accept null.
|
|
Run PHPstan:
src/DatabaseQuery.php#L599
Property Joomla\Database\DatabaseQuery::$sql (string) does not accept null.
|
|
Run PHPstan:
src/DatabaseQuery.php#L373
Access to property $order on an unknown class Joomla\Database\Query\DatabaseQuery.
|
|
Run PHPstan:
src/DatabaseQuery.php#L373
Access to property $offset on an unknown class Joomla\Database\Query\DatabaseQuery.
|
|
Run PHPstan:
src/DatabaseQuery.php#L373
Access to property $limit on an unknown class Joomla\Database\Query\DatabaseQuery.
|