@@ -10,5 +10,8 @@ |
||
| 10 | 10 | */ |
| 11 | 11 | interface Provider |
| 12 | 12 | { |
| 13 | + /** |
|
| 14 | + * @return string |
|
| 15 | + */ |
|
| 13 | 16 | public function generate(); |
| 14 | 17 | } |