Completed
Pull Request — master (#69)
by Greg
01:45
created
src/FormatterManager.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      * Add a formatter
72 72
      *
73 73
      * @param string $key the identifier of the formatter to add
74
-     * @param string $formatter the class name of the formatter to add
74
+     * @param FormatterInterface $formatter the class name of the formatter to add
75 75
      * @return FormatterManager
76 76
      */
77 77
     public function addFormatter($key, FormatterInterface $formatter)
@@ -284,6 +284,7 @@  discard block
 block discarded – undo
284 284
 
285 285
     /**
286 286
      * Test to see if the stipulated format exists
287
+     * @param string $format
287 288
      */
288 289
     public function hasFormatter($format)
289 290
     {
Please login to merge, or discard this patch.