@@ -37,6 +37,7 @@ protected function setUp()
3737 * @param array $expected
3838 * @param string|array $from
3939 * @param string|array $to
40+ *
4041 * @dataProvider arrayProvider
4142 */
4243 public function testArrayRepresentationOfDiffCanBeRenderedUsingTimeEfficientLcsImplementation (array $ expected , $ from , $ to )
@@ -48,6 +49,7 @@ public function testArrayRepresentationOfDiffCanBeRenderedUsingTimeEfficientLcsI
4849 * @param string $expected
4950 * @param string $from
5051 * @param string $to
52+ *
5153 * @dataProvider textProvider
5254 */
5355 public function testTextRepresentationOfDiffCanBeRenderedUsingTimeEfficientLcsImplementation (string $ expected , string $ from , string $ to )
@@ -59,6 +61,7 @@ public function testTextRepresentationOfDiffCanBeRenderedUsingTimeEfficientLcsIm
5961 * @param array $expected
6062 * @param string|array $from
6163 * @param string|array $to
64+ *
6265 * @dataProvider arrayProvider
6366 */
6467 public function testArrayRepresentationOfDiffCanBeRenderedUsingMemoryEfficientLcsImplementation (array $ expected , $ from , $ to )
@@ -70,6 +73,7 @@ public function testArrayRepresentationOfDiffCanBeRenderedUsingMemoryEfficientLc
7073 * @param string $expected
7174 * @param string $from
7275 * @param string $to
76+ *
7377 * @dataProvider textProvider
7478 */
7579 public function testTextRepresentationOfDiffCanBeRenderedUsingMemoryEfficientLcsImplementation (string $ expected , string $ from , string $ to )
@@ -344,6 +348,7 @@ public function testDiffInvalidToType()
344348 /**
345349 * @param array $expected
346350 * @param string $input
351+ *
347352 * @dataProvider provideSplitStringByLinesCases
348353 */
349354 public function testSplitStringByLines (array $ expected , string $ input )
0 commit comments