diff --git a/tests/DomManipulationTest.php b/tests/DomManipulationTest.php index 2f236a35949189acb7eca9b131fe49b4e65051f0..873360bb7f82e53bb8d57a5b350cdd0c6b197dac 100644 --- a/tests/DomManipulationTest.php +++ b/tests/DomManipulationTest.php @@ -22,7 +22,7 @@ final class DomManipulationTest extends TestCase { $this->dom = new HtmlDomParser(); - $expected = ""; + $expected = ''; $html = $this->dom->getDocument()->createElement('html'); $head = $this->dom->getDocument()->createElement('head');