Test Failed
Push — master ( 811c27...aa94e6 )
by Alexander
06:04
created
tests/RealDiffTest.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -47,6 +47,9 @@  discard block
 block discarded – undo
47 47
         return $result->saveXML();
48 48
     }
49 49
 
50
+    /**
51
+     * @return string
52
+     */
50 53
     protected function getFirstText()
51 54
     {
52 55
         $text = '<comp>
@@ -62,6 +65,9 @@  discard block
 block discarded – undo
62 65
         return $this->prepare($text);
63 66
     }
64 67
 
68
+    /**
69
+     * @return string
70
+     */
65 71
     protected function getSecondText()
66 72
     {
67 73
         $text = '<comp>
@@ -75,6 +81,9 @@  discard block
 block discarded – undo
75 81
         return $this->prepare($text);
76 82
     }
77 83
 
84
+    /**
85
+     * @param string $text
86
+     */
78 87
     protected function prepare($text)
79 88
     {
80 89
         return preg_replace('/>[\n\s]+</', '><', $text);
Please login to merge, or discard this patch.