From cc80c42f8e19134c72a75b0934a57fab7183f8ae Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 25 Sep 2012 11:38:06 -0500 Subject: [PATCH] CS fixes - EOF ending --- library/Zend/Code/Scanner/PropertyScanner.php | 2 +- library/Zend/Form/Element/DateSelect.php | 1 - library/Zend/Form/Element/MonthSelect.php | 1 - library/Zend/Form/View/Helper/FormDateSelect.php | 1 - library/Zend/Form/View/Helper/FormMonthSelect.php | 1 - library/Zend/Permissions/Acl/AclInterface.php | 2 +- library/Zend/View/Helper/HeadLink.php | 1 - .../Code/Annotation/TestAsset/EntityWithAnnotations.php | 2 +- tests/ZendTest/Serializer/Adapter/MsgPackTest.php | 2 +- tests/ZendTest/Stdlib/Strategy/SerializableStrategyTest.php | 2 +- 10 files changed, 5 insertions(+), 10 deletions(-) diff --git a/library/Zend/Code/Scanner/PropertyScanner.php b/library/Zend/Code/Scanner/PropertyScanner.php index ffc1a0c02fb..1de3e988889 100644 --- a/library/Zend/Code/Scanner/PropertyScanner.php +++ b/library/Zend/Code/Scanner/PropertyScanner.php @@ -282,4 +282,4 @@ protected function scan() $this->isScanned = true; } -} \ No newline at end of file +} diff --git a/library/Zend/Form/Element/DateSelect.php b/library/Zend/Form/Element/DateSelect.php index 5b0fbb2527e..51f6ec27a99 100644 --- a/library/Zend/Form/Element/DateSelect.php +++ b/library/Zend/Form/Element/DateSelect.php @@ -155,4 +155,3 @@ public function getInputSpecification() ); } } - diff --git a/library/Zend/Form/Element/MonthSelect.php b/library/Zend/Form/Element/MonthSelect.php index de3a6ba5fb9..14e4d770f4d 100644 --- a/library/Zend/Form/Element/MonthSelect.php +++ b/library/Zend/Form/Element/MonthSelect.php @@ -294,4 +294,3 @@ public function getInputSpecification() ); } } - diff --git a/library/Zend/Form/View/Helper/FormDateSelect.php b/library/Zend/Form/View/Helper/FormDateSelect.php index 70d87c4151a..55a05c52cd6 100644 --- a/library/Zend/Form/View/Helper/FormDateSelect.php +++ b/library/Zend/Form/View/Helper/FormDateSelect.php @@ -107,4 +107,3 @@ protected function getDaysOptions($pattern) return $result; } } - diff --git a/library/Zend/Form/View/Helper/FormMonthSelect.php b/library/Zend/Form/View/Helper/FormMonthSelect.php index d022dd27630..6f47247eac6 100644 --- a/library/Zend/Form/View/Helper/FormMonthSelect.php +++ b/library/Zend/Form/View/Helper/FormMonthSelect.php @@ -281,4 +281,3 @@ protected function getSelectElementHelper() return $this->selectHelper; } } - diff --git a/library/Zend/Permissions/Acl/AclInterface.php b/library/Zend/Permissions/Acl/AclInterface.php index 93beb4b341a..5f2cf94da97 100644 --- a/library/Zend/Permissions/Acl/AclInterface.php +++ b/library/Zend/Permissions/Acl/AclInterface.php @@ -54,4 +54,4 @@ public function hasResource($resource); * @return boolean */ public function isAllowed($role = null, $resource = null, $privilege = null); -} \ No newline at end of file +} diff --git a/library/Zend/View/Helper/HeadLink.php b/library/Zend/View/Helper/HeadLink.php index a5224a0d9e6..fff301c7c91 100644 --- a/library/Zend/View/Helper/HeadLink.php +++ b/library/Zend/View/Helper/HeadLink.php @@ -456,4 +456,3 @@ public function createDataNext(array $args) return $this->createData($attributes); } } - diff --git a/tests/ZendTest/Code/Annotation/TestAsset/EntityWithAnnotations.php b/tests/ZendTest/Code/Annotation/TestAsset/EntityWithAnnotations.php index 0472e5d6610..7e59b7db381 100644 --- a/tests/ZendTest/Code/Annotation/TestAsset/EntityWithAnnotations.php +++ b/tests/ZendTest/Code/Annotation/TestAsset/EntityWithAnnotations.php @@ -25,4 +25,4 @@ class EntityWithAnnotations * @Bogus(does not exist) */ public $test; -} \ No newline at end of file +} diff --git a/tests/ZendTest/Serializer/Adapter/MsgPackTest.php b/tests/ZendTest/Serializer/Adapter/MsgPackTest.php index 90f0ee62220..7774ff7e113 100644 --- a/tests/ZendTest/Serializer/Adapter/MsgPackTest.php +++ b/tests/ZendTest/Serializer/Adapter/MsgPackTest.php @@ -151,4 +151,4 @@ public function testUnserialzeInvalid() ); $this->adapter->unserialize($value); } -} \ No newline at end of file +} diff --git a/tests/ZendTest/Stdlib/Strategy/SerializableStrategyTest.php b/tests/ZendTest/Stdlib/Strategy/SerializableStrategyTest.php index 1bd88c774a6..f36980de2c3 100644 --- a/tests/ZendTest/Stdlib/Strategy/SerializableStrategyTest.php +++ b/tests/ZendTest/Stdlib/Strategy/SerializableStrategyTest.php @@ -50,4 +50,4 @@ public function testCanUnserialize() $serialized = $serializerStrategy->hydrate('s:3:"foo";'); $this->assertEquals($serialized, 'foo'); } -} \ No newline at end of file +}