feat: improve kernel runtime services #13
qa.yml
on: pull_request
qa
/
Discover Composer targets
4s
workflows
/
actionlint
28s
Matrix: qa / qa
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
|