@@ -19,7 +19,6 @@ |
||
19 | 19 | /** |
20 | 20 | * Initialisation function. |
21 | 21 | * |
22 | - * @param ComponentInterface $zone |
|
23 | 22 | */ |
24 | 23 | public function init(ComponentInterface $component = null) |
25 | 24 | { |
@@ -15,7 +15,6 @@ discard block |
||
15 | 15 | /** |
16 | 16 | * Create and return a new Zone from given ZoneType and optionnale Component collection. |
17 | 17 | * |
18 | - * @param ZoneTypeInterface $zoneType |
|
19 | 18 | * @param ComponentCollection $components |
20 | 19 | * |
21 | 20 | * @return ZoneInterface |
@@ -25,7 +24,6 @@ discard block |
||
25 | 24 | /** |
26 | 25 | * Update given Zone component collection. |
27 | 26 | * |
28 | - * @param ZoneTypeInterface $zoneType |
|
29 | 27 | * @param ComponentCollection $components |
30 | 28 | */ |
31 | 29 | public function edit(ZoneInterface $zone, ComponentCollection $components); |