rector fixes

This commit is contained in:
Julie Lenaerts 2024-05-22 17:13:27 +02:00
parent 854d72fa42
commit b96cbc5594
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ class WebdavControllerTest extends KernelTestCase
{
self::bootKernel();
$this->engine = self::$container->get(\Twig\Environment::class);
$this->engine = self::getContainer()->get(\Twig\Environment::class);
}
private function buildController(): WebdavController

View File

@ -47,7 +47,7 @@ class PropfindRequestAnalyzerTest extends TestCase
}
}
public function provideRequestedProperties(): iterable
public static function provideRequestedProperties(): iterable
{
yield [
<<<'XML'