Skip to content

Commit b518c25

Browse files
committed
🎨 Add missing return type
1 parent 8895940 commit b518c25

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/Commands/SlashCommand.php‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,8 @@ public function autocomplete(): array
235235

236236
/**
237237
* Retrieve the command signature.
238-
*
239-
* @return string
240238
*/
241-
public function getSignature()
239+
public function getSignature(): string
242240
{
243241
return Str::start($this->getName(), '/');
244242
}

0 commit comments

Comments
 (0)