Skip to content

feat: improve kernel runtime services #13

feat: improve kernel runtime services

feat: improve kernel runtime services #13

Triggered via pull request June 19, 2026 02:00
Status Failure
Total duration 43s
Artifacts

qa.yml

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

Annotations

4 errors
qa / QA (.)
Process completed with exit code 1.
qa / QA (.): src/Kernel/KernelInterface.php#L38
Return type SymPress\Kernel\Bundle\BundleInterface of method SymPress\Kernel\Kernel\KernelInterface::getBundle() is not covariant with return type Symfony\Component\HttpKernel\Bundle\BundleInterface of method Symfony\Component\HttpKernel\KernelInterface::getBundle().
qa / QA (.): src/Kernel/AbstractKernel.php#L185
Method SymPress\Kernel\Kernel\AbstractKernel::registerBundles() should return iterable<Symfony\Component\HttpKernel\Bundle\BundleInterface> but returns array<string, SymPress\Kernel\Bundle\BundleInterface>.
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