From: Jan Schneider Date: Fri, 17 Sep 2010 16:48:19 +0000 (+0200) Subject: Style X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=dbfa9fa48cd5ea243d32d4ee9848658d705b3394;p=horde.git Style --- diff --git a/framework/Ldap/test/Horde/Ldap/LdifTest.php b/framework/Ldap/test/Horde/Ldap/LdifTest.php index eb1f34054..6cecf7a34 100644 --- a/framework/Ldap/test/Horde/Ldap/LdifTest.php +++ b/framework/Ldap/test/Horde/Ldap/LdifTest.php @@ -107,7 +107,8 @@ class Horde_Ldap_LdifTest extends PHPUnit_Framework_TestCase /** * Removes the outfile. */ - public function tearDown() { + public function tearDown() + { @unlink($this->_outfile); }