Add PhpService so we can mock/test calles to ini_get(), etc. #5645
Annotations
10 errors and 1 warning
Run ~/.composer/vendor/bin/phpstan analyze --no-progress --level=max app index.php:
app/Factories/ImageFactory.php#L79
Parameter $php_service of method Fisharebest\Webtrees\Factories\ImageFactory::__construct() has invalid type Fisharebest\Webtrees\Services\PhpService.
|
Run ~/.composer/vendor/bin/phpstan analyze --no-progress --level=max app index.php:
app/Factories/ImageFactory.php#L79
Property Fisharebest\Webtrees\Factories\ImageFactory::$php_service has unknown class Fisharebest\Webtrees\Services\PhpService as its type.
|
Run ~/.composer/vendor/bin/phpstan analyze --no-progress --level=max app index.php:
app/Factories/ImageFactory.php#L312
Call to method extensionLoaded() on an unknown class Fisharebest\Webtrees\Services\PhpService.
|
Run ~/.composer/vendor/bin/phpstan analyze --no-progress --level=max app index.php:
app/Factories/ImageFactory.php#L316
Call to method extensionLoaded() on an unknown class Fisharebest\Webtrees\Services\PhpService.
|
Run ~/.composer/vendor/bin/phpstan analyze --no-progress --level=max app index.php:
app/Factories/SlugFactory.php#L39
Parameter $php_service of method Fisharebest\Webtrees\Factories\SlugFactory::__construct() has invalid type Fisharebest\Webtrees\Services\PhpService.
|
Run ~/.composer/vendor/bin/phpstan analyze --no-progress --level=max app index.php:
app/Factories/SlugFactory.php#L39
Property Fisharebest\Webtrees\Factories\SlugFactory::$php_service has unknown class Fisharebest\Webtrees\Services\PhpService as its type.
|
Run ~/.composer/vendor/bin/phpstan analyze --no-progress --level=max app index.php:
app/Factories/SlugFactory.php#L41
Call to method extensionLoaded() on an unknown class Fisharebest\Webtrees\Services\PhpService.
|
Run ~/.composer/vendor/bin/phpstan analyze --no-progress --level=max app index.php:
app/Http/Middleware/CompressResponse.php#L53
Parameter $php_service of method Fisharebest\Webtrees\Http\Middleware\CompressResponse::__construct() has invalid type Fisharebest\Webtrees\Services\PhpService.
|
Run ~/.composer/vendor/bin/phpstan analyze --no-progress --level=max app index.php:
app/Http/Middleware/CompressResponse.php#L53
Property Fisharebest\Webtrees\Http\Middleware\CompressResponse::$php_service has unknown class Fisharebest\Webtrees\Services\PhpService as its type.
|
Run ~/.composer/vendor/bin/phpstan analyze --no-progress --level=max app index.php:
app/Http/Middleware/CompressResponse.php#L100
Call to method extensionLoaded() on an unknown class Fisharebest\Webtrees\Services\PhpService.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading