Completed
Pull Request — master (#16)
by Greg
02:48
created
src/FormatterManager.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,6 +89,9 @@  discard block
 block discarded – undo
89 89
         return $formatter;
90 90
     }
91 91
 
92
+    /**
93
+     * @param string $format
94
+     */
92 95
     public function hasFormatter($format)
93 96
     {
94 97
         return array_key_exists($format, $this->formatters);
@@ -97,7 +100,6 @@  discard block
 block discarded – undo
97 100
     /**
98 101
      * Render the data as necessary (e.g. to select or reorder fields).
99 102
      *
100
-     * @param mixed $structuredOutput
101 103
      * @param array $configurationData
102 104
      * @param array $options
103 105
      * @return mixed
Please login to merge, or discard this patch.
src/Formatters/RenderDataInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
      * is to be printed, prior to output but after restructuring
9 9
      * and validation.
10 10
      *
11
-     * @param mixed $data Restructured, validated data.
12 11
      *
13 12
      * @return mixed
14 13
      */
Please login to merge, or discard this patch.