Skip to content

CI Joomla Framework #81

CI Joomla Framework

CI Joomla Framework #81

Triggered via schedule December 8, 2025 03:38
Status Success
Total duration 7m 51s
Artifacts

ci.yml

on: schedule
Install PHP dependencies
27s
Install PHP dependencies
Check PHP code style
24s
Check PHP code style
Run PHPstan
35s
Run PHPstan
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)
Fit to window
Zoom out
Zoom in

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.