From fb6013908f670575d34ea2313d723e285229d2c6 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 9 May 2013 18:57:59 +0200 Subject: [PATCH] CS fix (EOF EOL) --- tests/ZendTest/Stdlib/TestAsset/AggregateObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ZendTest/Stdlib/TestAsset/AggregateObject.php b/tests/ZendTest/Stdlib/TestAsset/AggregateObject.php index 5ef1611f4c9..41745a6af8c 100644 --- a/tests/ZendTest/Stdlib/TestAsset/AggregateObject.php +++ b/tests/ZendTest/Stdlib/TestAsset/AggregateObject.php @@ -57,4 +57,4 @@ public function exchangeArray(array $data) { $this->arrayData = $data; } -} \ No newline at end of file +}