Skip to content

Commit 6065217

Browse files
committed
Fix for slot_default inheritance
1 parent f7682f5 commit 6065217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Component.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function addSlot(string $name, string $value): Slot
9090
return $this->slots[$name];
9191
}
9292

93-
public function addEmptyDefaultSlot()
93+
public function addEmptyDefaultSlot(): void
9494
{
9595
$this->properties[] = new Property(Slot::SLOT_PREFIX . Slot::SLOT_DEFAULT_NAME, '""', false);
9696
}

0 commit comments

Comments
 (0)