Completed
Pull Request — master (#36)
by Greg
02:10
created
src/Options/FormatterOptions.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use Symfony\Component\Console\Input\InputInterface;
5 5
 use Consolidation\OutputFormatters\Transformations\PropertyParser;
6 6
 use Consolidation\OutputFormatters\StructuredData\Xml\XmlSchema;
7
-use Consolidation\OutputFormatters\StructuredData\Xml\XmlSchemaInterface;
8 7
 
9 8
 /**
10 9
  * FormetterOptions holds information that affects the way a formatter
Please login to merge, or discard this patch.