From 98ba54d5a17d6c6c2626c59ae8daa0dcdb0c6e32 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 27 Aug 2024 21:38:46 +0545 Subject: [PATCH] chore: apply php-cs-fixer 3.63.1 change --- tests/Sabre/Xml/WriterTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Sabre/Xml/WriterTest.php b/tests/Sabre/Xml/WriterTest.php index 33bd478..626f2ed 100644 --- a/tests/Sabre/Xml/WriterTest.php +++ b/tests/Sabre/Xml/WriterTest.php @@ -4,6 +4,8 @@ namespace Sabre\Xml; +use Sabre\Xml\Element\KeyValue; + class WriterTest extends \PHPUnit\Framework\TestCase { protected $writer; @@ -324,7 +326,7 @@ public function testWriteElement() public function testWriteElementComplex() { - $this->writer->writeElement('{http://sabredav.org/ns}foo', new Element\KeyValue(['{http://sabredav.org/ns}bar' => 'test'])); + $this->writer->writeElement('{http://sabredav.org/ns}foo', new KeyValue(['{http://sabredav.org/ns}bar' => 'test'])); $output = <<