Completed
Push — refactoring ( ab1ebc...87ce77 )
by Oleg
04:30
created
src/Entity/Builder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -192,6 +192,9 @@
 block discarded – undo
192 192
         return $this->activeAttributes;
193 193
     }
194 194
 
195
+    /**
196
+     * @param string $html
197
+     */
195 198
     protected function minifyHtmlOutput($html)
196 199
     {
197 200
         $search = array(
Please login to merge, or discard this patch.