@@ -34,10 +34,8 @@ |
||
34 | 34 | /** |
35 | 35 | * Returns the map instance. |
36 | 36 | * |
37 | - * @param string $map |
|
38 | - * (Optional) The map FQCN to be used. If null, the default map will be |
|
39 | - * used. |
|
40 | 37 | * |
38 | + * @param string $map_class |
|
41 | 39 | * @return string |
42 | 40 | */ |
43 | 41 | public static function map($map_class = null) |
@@ -41,7 +41,7 @@ |
||
41 | 41 | * |
42 | 42 | * @throws \RuntimeException if file I/O error occurs. |
43 | 43 | * |
44 | - * @return MapHandler |
|
44 | + * @return string |
|
45 | 45 | * The map handler with the new map. |
46 | 46 | */ |
47 | 47 | public function createMapFromSourceFile($source_file = MapUpdater::DEFAULT_SOURCE_FILE) |