Completed
Push — master ( 15f051...29343b )
by Oleg
05:33
created
src/Entity/Attributes.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 
76 76
     /**
77 77
      * @param string $name
78
-     * @param mixed $value
78
+     * @param string $value
79 79
      * @return $this
80 80
      */
81 81
     public function put($name, $value)
Please login to merge, or discard this patch.
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.