Revert the removal of new line at the end of the file

This commit is contained in:
Tareq Al-Ahdal
2022-03-18 06:07:48 +08:00
parent d09670d208
commit 943e5fe699
3 changed files with 3 additions and 3 deletions

View File

@@ -245,4 +245,4 @@ class ParameterParserTest extends \PHPUnit\Framework\TestCase
$this->assertTrue($oParams->hasSetAny(array('four')));
$this->assertTrue($oParams->hasSetAny(array('five')));
}
}
}