Completed
Pull Request — master (#2)
by Chauncey
02:12
created
src/Charcoal/Translator/Translator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
      *
131 131
      * @uses   SymfonyTranslator::trans()
132 132
      * @uses   Translator::translation()
133
-     * @param  mixed       $val        The string or translation-object to retrieve.
133
+     * @param  string       $val        The string or translation-object to retrieve.
134 134
      * @param  array       $parameters An array of parameters for the message.
135 135
      * @param  string|null $domain     The domain for the message or NULL to use the default.
136 136
      * @param  string|null $locale     The locale or NULL to use the default.
Please login to merge, or discard this patch.