Skip to content

Correct values method comment #107

Correct values method comment

Correct values method comment #107

Triggered via pull request February 18, 2026 19:26
Status Success
Total duration 6m 31s
Artifacts

ci.yml

on: pull_request
Install PHP dependencies
18s
Install PHP dependencies
Check PHP code style
19s
Check PHP code style
Run PHPstan
31s
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.