From 2862a4b65f51e7996ccf5d6a6778b7b2d2d4745a Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 3 Jan 2013 13:27:12 -0600 Subject: [PATCH] [zendframework/zf2#3296] CS fixes - trailing whitespace --- test/Config/StandardConfigTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Config/StandardConfigTest.php b/test/Config/StandardConfigTest.php index a9778e6b..1f0b07d4 100644 --- a/test/Config/StandardConfigTest.php +++ b/test/Config/StandardConfigTest.php @@ -559,10 +559,10 @@ public function optionsProvider() ), ); } - + /** * Set entropy file /dev/urandom, see issue #3046 - * + * * @link https://github.com/zendframework/zf2/issues/3046 */ public function testSetEntropyDevUrandom()