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 78aba16 commit 89e0067Copy full SHA for 89e0067
lib/internal/Magento/Framework/App/View/Deployment/Version/Storage/File.php
@@ -41,7 +41,7 @@ public function __construct(
41
public function load()
42
{
43
if ($this->directory->isReadable($this->fileName)) {
44
- return trim($this->directory->readFile($this->fileName));
+ return $this->directory->readFile($this->fileName);
45
}
46
return false;
47
0 commit comments