Skip to content

feat: improve kernel runtime services #11

feat: improve kernel runtime services

feat: improve kernel runtime services #11

Triggered via pull request June 19, 2026 01:49
Status Failure
Total duration 42s
Artifacts

qa.yml

on: pull_request
qa  /  Discover Composer targets
5s
qa / Discover Composer targets
workflows  /  actionlint
35s
workflows / actionlint
Matrix: qa / qa
Fit to window
Zoom out
Zoom in

Annotations

9 errors
qa / QA (.)
Process completed with exit code 1.
qa / QA (.): src/Kernel/CoreServiceRegistrar.php#L130
Access to constant on deprecated class Symfony\Component\HttpKernel\Config\FileLocator: since Symfony 8.1, use Symfony\Component\DependencyInjection\Kernel\FileLocator instead
qa / QA (.): src/Kernel/CoreServiceRegistrar.php#L125
Access to constant on deprecated class Symfony\Component\HttpKernel\Config\FileLocator: since Symfony 8.1, use Symfony\Component\DependencyInjection\Kernel\FileLocator instead
qa / QA (.): src/Kernel/AbstractKernel.php#L499
Instantiation of deprecated class Symfony\Component\HttpKernel\Config\FileLocator: since Symfony 8.1, use Symfony\Component\DependencyInjection\Kernel\FileLocator instead
qa / QA (.): src/Kernel/AbstractKernel.php#L499
Class Symfony\Component\HttpKernel\Config\FileLocator constructor invoked with 2 parameters, 1 required.
qa / QA (.): src/Kernel/AbstractKernel.php#L183
Return type of method SymPress\Kernel\Kernel\AbstractKernel::registerBundles() has typehint with deprecated interface Symfony\Component\HttpKernel\Bundle\BundleInterface: since Symfony 8.1, use Symfony\Component\DependencyInjection\Kernel\BundleInterface instead
qa / QA (.): src/Bundle/BundleInterface.php#L10
Interface SymPress\Kernel\Bundle\BundleInterface extends deprecated interface Symfony\Component\HttpKernel\Bundle\BundleInterface: since Symfony 8.1, use Symfony\Component\DependencyInjection\Kernel\BundleInterface instead
qa / QA (.): src/Admin/PackageManagerPageView.php#L467
Method SymPress\Kernel\Admin\PackageManagerPageView::counts() return type has no value type specified in iterable type array.
qa / QA (.): src/Admin/PackageManagerPageView.php#L367
Cannot cast mixed to string.