mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
apply rector rules
This commit is contained in:
@@ -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
|
||||
@@ -399,16 +399,12 @@ class MockedStoredObjectManager implements StoredObjectManagerInterface
|
||||
return 'abcde';
|
||||
}
|
||||
|
||||
public function write(StoredObject $document, string $clearContent): void
|
||||
{
|
||||
}
|
||||
public function write(StoredObject $document, string $clearContent): void {}
|
||||
|
||||
public function etag(StoredObject $document): string
|
||||
{
|
||||
return 'ab56b4d92b40713acc5af89985d4b786';
|
||||
}
|
||||
|
||||
public function clearCache(): void
|
||||
{
|
||||
}
|
||||
public function clearCache(): void {}
|
||||
}
|
||||
|
@@ -47,7 +47,7 @@ class PropfindRequestAnalyzerTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
public function provideRequestedProperties(): iterable
|
||||
public static function provideRequestedProperties(): iterable
|
||||
{
|
||||
yield [
|
||||
<<<'XML'
|
||||
|
Reference in New Issue
Block a user