@@ -4,5 +4,8 @@ |
||
4 | 4 | |
5 | 5 | interface ConversionNameInterface |
6 | 6 | { |
7 | + /** |
|
8 | + * @return string |
|
9 | + */ |
|
7 | 10 | public static function getName(string $entityName); |
8 | 11 | } |
@@ -4,5 +4,8 @@ |
||
4 | 4 | |
5 | 5 | interface MakeServiceInterface |
6 | 6 | { |
7 | + /** |
|
8 | + * @return void |
|
9 | + */ |
|
7 | 10 | public function make(); |
8 | 11 | } |