@@ -6,5 +6,8 @@ |
||
6 | 6 | |
7 | 7 | interface ConfiguratorInterface |
8 | 8 | { |
9 | + /** |
|
10 | + * @return void |
|
11 | + */ |
|
9 | 12 | public function configure(Texy $texy); |
10 | 13 | } |