Skip to content
This repository was archived by the owner on Jun 19, 2022. It is now read-only.

Commit d0ee786

Browse files
author
fd6130
committed
add return type
1 parent 359b973 commit d0ee786

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Maker/MakeHslCrud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static function getCommandName(): string
4343
return 'make:hsl:crud';
4444
}
4545

46-
public static function getCommandDescription()
46+
public static function getCommandDescription(): string
4747
{
4848
return 'Create a generic CRUD controller.';
4949
}

src/Maker/MakeHslTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static function getCommandName(): string
4747
return 'make:hsl:transformer';
4848
}
4949

50-
public static function getCommandDescription()
50+
public static function getCommandDescription(): string
5151
{
5252
return 'Create a transformer class for transforming data to your flavour.';
5353
}

0 commit comments

Comments
 (0)