Test Setup Failed
Pull Request — master (#230)
by Albin
03:13 queued 01:46
created
Snappy/Generator/LoggableGenerator.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -42,6 +42,8 @@  discard block
 block discarded – undo
42 42
 
43 43
     /**
44 44
      * {@inheritdoc}
45
+     * @param string $input
46
+     * @param string $output
45 47
      */
46 48
     public function generate($input, $output, array $options = [], $overwrite = false)
47 49
     {
@@ -57,6 +59,7 @@  discard block
 block discarded – undo
57 59
 
58 60
     /**
59 61
      * {@inheritdoc}
62
+     * @param string $output
60 63
      */
61 64
     public function generateFromHtml($html, $output, array $options = [], $overwrite = false)
62 65
     {
@@ -69,6 +72,7 @@  discard block
 block discarded – undo
69 72
 
70 73
     /**
71 74
      * {@inheritdoc}
75
+     * @param string $input
72 76
      */
73 77
     public function getOutput($input, array $options = [])
74 78
     {
@@ -96,6 +100,7 @@  discard block
 block discarded – undo
96 100
 
97 101
     /**
98 102
      * {@inheritdoc}
103
+     * @param string $name
99 104
      */
100 105
     public function setOption($name, $value)
101 106
     {
Please login to merge, or discard this patch.