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 f7682f5 commit 6065217Copy full SHA for 6065217
src/Models/Component.php
@@ -90,7 +90,7 @@ public function addSlot(string $name, string $value): Slot
90
return $this->slots[$name];
91
}
92
93
- public function addEmptyDefaultSlot()
+ public function addEmptyDefaultSlot(): void
94
{
95
$this->properties[] = new Property(Slot::SLOT_PREFIX . Slot::SLOT_DEFAULT_NAME, '""', false);
96
0 commit comments