Completed
Pull Request — master (#27)
by Greg
02:20
created
src/FormatterManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.