Skip to content

Commit 9c94cea

Browse files
authored
Merge pull request #13 from muglug/master
Add null return to function
2 parents 36a2b01 + 0d50795 commit 9c94cea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Drupal/Extension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ public function getExtensionPathname(): ?string
139139
if ($this->filename !== null) {
140140
return $this->getPath() . '/' . $this->filename;
141141
}
142+
143+
return null;
142144
}
143145

144146
/**

0 commit comments

Comments
 (0)