mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
rector fixes
This commit is contained in:
parent
854d72fa42
commit
b96cbc5594
@ -36,7 +36,7 @@ class WebdavControllerTest extends KernelTestCase
|
|||||||
{
|
{
|
||||||
self::bootKernel();
|
self::bootKernel();
|
||||||
|
|
||||||
$this->engine = self::$container->get(\Twig\Environment::class);
|
$this->engine = self::getContainer()->get(\Twig\Environment::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function buildController(): WebdavController
|
private function buildController(): WebdavController
|
||||||
|
@ -47,7 +47,7 @@ class PropfindRequestAnalyzerTest extends TestCase
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function provideRequestedProperties(): iterable
|
public static function provideRequestedProperties(): iterable
|
||||||
{
|
{
|
||||||
yield [
|
yield [
|
||||||
<<<'XML'
|
<<<'XML'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user