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 ce44e00 commit 037d224Copy full SHA for 037d224
src/SPC/builder/Extension.php
@@ -385,7 +385,7 @@ public function buildShared(array $visited = []): void
385
logger()->info('Shared extension [' . $this->getName() . '] was already built, skipping (' . $this->getName() . '.so)');
386
return;
387
}
388
- if (Config::getExt($this->getName(), 'type') === 'addon') {
+ if ((string) Config::getExt($this->getName(), 'type') === 'addon') {
389
390
391
logger()->info('Building extension [' . $this->getName() . '] as shared extension (' . $this->getName() . '.so)');
0 commit comments