Skip to content

switch to 4.x-dev

switch to 4.x-dev #8

Triggered via push July 6, 2025 11:09
Status Success
Total duration 1m 30s
Artifacts

ci.yml

on: push
framework-ci  /  Install PHP dependencies
23s
framework-ci / Install PHP dependencies
framework-ci  /  Check PHP code style
25s
framework-ci / Check PHP code style
framework-ci  /  Run PHPstan
24s
framework-ci / Run PHPstan
framework-ci  /  Run Unit tests
21s
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#L378
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.