Completed
Push — master ( 371f09...65d63b )
by Revin
03:01
created
HtmlCompressor.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      *
68 68
      * @param $data
69 69
      * @param null|array $options
70
-     * @return bool|mixed|string
70
+     * @return string|false
71 71
      */
72 72
     private function htmlCompress($data, $options = null)
73 73
     {
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
     }
149 149
 
150 150
     /**
151
-     * @param $line
151
+     * @param string $line
152 152
      * @return array
153 153
      */
154 154
     private function checkInsidePre($line)
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     }
165 165
 
166 166
     /**
167
-     * @param $line
167
+     * @param string $line
168 168
      * @return array
169 169
      */
170 170
     private function checkInsideTextarea($line)
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
     /**
183 183
      * Returns the next line from an open file handle or a string
184 184
      * @param $data
185
-     * @return bool|string
185
+     * @return string|false
186 186
      */
187 187
     private function getLine(&$data)
188 188
     {
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
     /**
209 209
      * @param $data
210 210
      * @param null|array $options
211
-     * @return bool|mixed|string
211
+     * @return string|false
212 212
      * @deprecated
213 213
      * @codeCoverageIgnore
214 214
      */
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
     /**
223 223
      * Returns the next line from an open file handle or a string
224 224
      * @param $data
225
-     * @return bool|string
225
+     * @return string|false
226 226
      * @deprecated
227 227
      * @codeCoverageIgnore
228 228
      */
Please login to merge, or discard this patch.