From a9393f9732a751f3ec8ceed33d19d6261cae531c Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 3 Nov 2023 12:47:56 +0100 Subject: [PATCH] [HttpKernel] Fix uninitialized property in Bundle class --- src/Symfony/Component/HttpKernel/Bundle/Bundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpKernel/Bundle/Bundle.php b/src/Symfony/Component/HttpKernel/Bundle/Bundle.php index 0f8f84508266..b1f7c7c60a12 100644 --- a/src/Symfony/Component/HttpKernel/Bundle/Bundle.php +++ b/src/Symfony/Component/HttpKernel/Bundle/Bundle.php @@ -25,7 +25,7 @@ abstract class Bundle implements BundleInterface { protected string $name; - protected ExtensionInterface|false $extension; + protected ExtensionInterface|false|null $extension = null; protected string $path; protected ?ContainerInterface $container; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy