From 19d487919e570bfcb11ac47c2b6b5cbdb722a675 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 17 Sep 2024 13:18:51 +0200 Subject: [PATCH] Fix the KernelTestCase stub KernelTestCase does not have a `$container` static property --- .../Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stubs/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub b/stubs/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub index 88654f6c..6f6d9c08 100644 --- a/stubs/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub +++ b/stubs/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub @@ -4,11 +4,6 @@ namespace Symfony\Bundle\FrameworkBundle\Test; abstract class KernelTestCase { - /** - * @var TestContainer - */ - protected static $container; - /** * @return TestContainer */