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 b74bb15 commit 1148519Copy full SHA for 1148519
src/Symfony/Component/HttpKernel/Bundle/Bundle.php
@@ -165,6 +165,6 @@ protected function initReflection()
165
$this->namespacePrefix = str_replace('/', '\\', dirname($tmp));
166
$this->name = basename($tmp);
167
$this->reflection = new \ReflectionObject($this);
168
- $this->path = dirname($this->reflection->getFilename());
+ $this->path = str_replace('\\', '/', dirname($this->reflection->getFilename()));
169
}
170
0 commit comments