Completed
Push — master ( bdcaed...b839dd )
by Revin
12:51
created
HtmlCompressor.php 1 patch
Doc Comments   +5 added lines, -5 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
     {
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
     }
140 140
 
141 141
     /**
142
-     * @param $line
142
+     * @param string $line
143 143
      * @return array
144 144
      */
145 145
     private function checkInsidePre($line)
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     /**
158 158
      * Returns the next line from an open file handle or a string
159 159
      * @param $data
160
-     * @return bool|string
160
+     * @return string|false
161 161
      */
162 162
     private function getLine(&$data)
163 163
     {
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
     /**
184 184
      * @param $data
185 185
      * @param null|array $options
186
-     * @return bool|mixed|string
186
+     * @return string|false
187 187
      * @deprecated
188 188
      * @codeCoverageIgnore
189 189
      */
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
     /**
198 198
      * Returns the next line from an open file handle or a string
199 199
      * @param $data
200
-     * @return bool|string
200
+     * @return string|false
201 201
      * @deprecated
202 202
      * @codeCoverageIgnore
203 203
      */
Please login to merge, or discard this patch.