Completed
Branch master (46b735)
by Wachter
11:52
created
Wrapper/TidyData.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -41,6 +41,10 @@
 block discarded – undo
41 41
      */
42 42
     private $errors;
43 43
 
44
+    /**
45
+     * @param string $dirty
46
+     * @param string|null $alias
47
+     */
44 48
     function __construct($clean, $dirty, $errors, $alias)
45 49
     {
46 50
         $this->clean = explode("\n", $clean);
Please login to merge, or discard this patch.