Skip to content

CI Joomla Framework

CI Joomla Framework #6

Triggered via schedule June 30, 2025 03:37
Status Success
Total duration 4m 11s
Artifacts

ci.yml

on: schedule
framework-ci  /  Install PHP dependencies
21s
framework-ci / Install PHP dependencies
framework-ci  /  Check PHP code style
20s
framework-ci / Check PHP code style
framework-ci  /  Run PHPstan
26s
framework-ci / Run PHPstan
framework-ci  /  Run Unit tests
24s
framework-ci / Run Unit tests
Matrix: framework-ci / Run Unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
framework-ci / Run PHPstan: src/StringHelper.php#L341
Parameter #2 $locale of function setlocale expects array|string|null, int given.
framework-ci / Run PHPstan: src/StringHelper.php#L77
Binary operation "+" between string and 1 results in an error.
framework-ci / Run PHPstan: src/Inflector.php#L266
Call to deprecated method toSingular() of class Joomla\String\Inflector: 3.0 Use Doctrine\Common\Inflector\Inflector::singularize() instead.
framework-ci / Run PHPstan: src/Inflector.php#L252
Call to deprecated method toSingular() of class Joomla\String\Inflector: 3.0 Use Doctrine\Common\Inflector\Inflector::singularize() instead.
framework-ci / Run PHPstan: src/Inflector.php#L252
Call to deprecated method toPlural() of class Joomla\String\Inflector: 3.0 Use Doctrine\Common\Inflector\Inflector::pluralize() instead.
framework-ci / Run PHPstan: src/Inflector.php#L224
Method Joomla\String\Inflector::getInstance() should return static(Joomla\String\Inflector) but returns Joomla\String\Inflector.
framework-ci / Run PHPstan: src/Inflector.php#L221
Unsafe usage of new static().
framework-ci / Run PHPstan: src/Inflector.php#L217
Unsafe usage of new static().
framework-ci / Run PHPstan: src/Inflector.php#L73
Call to deprecated method rules() of class Doctrine\Common\Inflector\Inflector.
framework-ci / Run PHPstan: src/Inflector.php#L21
Class Joomla\String\Inflector extends deprecated class Doctrine\Common\Inflector\Inflector.