8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98f6da commit c59f4c5Copy full SHA for c59f4c5
src/Symfony/Component/HttpKernel/Bundle/AbstractBundle.php
@@ -50,7 +50,7 @@ public function getContainerExtension(): ?ExtensionInterface
50
51
public function getPath(): string
52
{
53
- if (null === $this->path) {
+ if (!isset($this->path)) {
54
$reflected = new \ReflectionObject($this);
55
// assume the modern directory structure by default
56
$this->path = \dirname($reflected->getFileName(), 2);
0 commit comments