Completed
Pull Request — master (#36)
by Greg
02:10
created
src/Options/FormatterOptions.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
      *
200 200
      * @param string $key
201 201
      * @param mixed $value
202
-     * @return FormetterOptions
202
+     * @return FormatterOptions
203 203
      */
204 204
     protected function setConfigurationValue($key, $value)
205 205
     {
@@ -212,8 +212,8 @@  discard block
 block discarded – undo
212 212
      * if it does not already have a value set.
213 213
      *
214 214
      * @param string $key
215
-     * @param mixed $value
216
-     * @return FormetterOptions
215
+     * @param boolean $value
216
+     * @return FormatterOptions
217 217
      */
218 218
     public function setConfigurationDefault($key, $value)
219 219
     {
Please login to merge, or discard this patch.