We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3589cac commit 533b3a5Copy full SHA for 533b3a5
1 file changed
tests/Phug/Component/ComponentExtensionTest.php
@@ -66,7 +66,7 @@ protected function format(string $html): string
66
protected function getReadmeContents(): string
67
{
68
if ($this->readme === null) {
69
- $this->readme = str_replace("\r",'', file_get_contents(__DIR__ . '/../../../README.md'));
+ $this->readme = str_replace("\r", '', file_get_contents(__DIR__ . '/../../../README.md'));
70
}
71
72
return $this->readme;
0 commit comments