@@ -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); |