@@ -93,7 +93,7 @@ |
||
93 | 93 | * @param string $week |
94 | 94 | * @param string $seance |
95 | 95 | * |
96 | - * @return Plan |
|
96 | + * @return DomainObject\Plan |
|
97 | 97 | */ |
98 | 98 | public function getPlan($typeName, $week, $seance) |
99 | 99 | { |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | namespace Cp\Manager; |
4 | -use Cp\DomainObject\Configuration; |
|
5 | 4 | use Cp\Parser\TypeParser; |
6 | 5 | |
7 | 6 | /** |