@@ -61,7 +61,6 @@ discard block |
||
61 | 61 | * Add a formatter |
62 | 62 | * |
63 | 63 | * @param string $key the identifier of the formatter to add |
64 | - * @param string $formatterClassname the class name of the formatter to add |
|
65 | 64 | * @return FormatterManager |
66 | 65 | */ |
67 | 66 | public function addFormatter($key, FormatterInterface $formatter) |
@@ -251,6 +250,7 @@ discard block |
||
251 | 250 | |
252 | 251 | /** |
253 | 252 | * Test to see if the stipulated format exists |
253 | + * @param string $format |
|
254 | 254 | */ |
255 | 255 | public function hasFormatter($format) |
256 | 256 | { |