CI Joomla Framework #6
ci.yml
on: schedule
framework-ci
/
Install PHP dependencies
21s
framework-ci
/
Run PHPstan
26s
framework-ci
/
Run Unit tests
24s
Matrix: framework-ci / Run Unit tests
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.
|