Completed
Pull Request — master (#25)
by Greg
04:13 queued 01:08
created
src/FormatterManager.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -260,6 +260,7 @@  discard block
 block discarded – undo
260 260
 
261 261
     /**
262 262
      * Test to see if the stipulated format exists
263
+     * @param string $format
263 264
      */
264 265
     public function hasFormatter($format)
265 266
     {
@@ -335,6 +336,9 @@  discard block
 block discarded – undo
335 336
         return $structuredOutput;
336 337
     }
337 338
 
339
+    /**
340
+     * @param \ReflectionClass $structuredOutput
341
+     */
338 342
     protected function canSimplifyToArray($structuredOutput)
339 343
     {
340 344
         foreach ($this->arraySimplifiers as $simplifier) {
Please login to merge, or discard this patch.
src/Transformations/DomToArraySimplifier.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     }
17 17
 
18 18
     /**
19
-     * @param ReflectionClass $dataType
19
+     * @param \ReflectionClass $dataType
20 20
      */
21 21
     public function canSimplify(\ReflectionClass $dataType)
22 22
     {
Please login to merge, or discard this patch.