From b85f3e396c7c6e26ad52d50871a6d62c07cf8a9a Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Thu, 5 Mar 2015 19:19:22 +0100 Subject: [PATCH] Refactoring : removing useless line return --- Tests/Entity/PersonTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/Entity/PersonTest.php b/Tests/Entity/PersonTest.php index 64ccd9a4f..23a3a0cc5 100644 --- a/Tests/Entity/PersonTest.php +++ b/Tests/Entity/PersonTest.php @@ -83,7 +83,6 @@ class PersonTest extends \PHPUnit_Framework_TestCase /** * Test if the getAccompanyingPeriodsOrdered function, for periods * starting at the same time order regarding to the closing date. - * */ public function testAccompanyingPeriodOrderSameDateOpening() { $d = new \DateTime("2013/2/1");