From 9a2f219000bd0da5c764b0ceeb389786027bd1f9 Mon Sep 17 00:00:00 2001 From: prolic Date: Tue, 22 Jan 2013 21:50:52 +0100 Subject: [PATCH] Remove last line in class between the last method and the curly brace of the class end e.g. from: public function foo() { // method body } } to: public function foo() { // method body } } --- library/Zend/Authentication/Adapter/DbTable.php | 1 - library/Zend/Cache/Storage/Adapter/MemoryOptions.php | 1 - library/Zend/Code/Generator/AbstractMemberGenerator.php | 1 - library/Zend/Code/Generator/ClassGenerator.php | 1 - library/Zend/Code/Generator/DocBlock/Tag.php | 1 - library/Zend/Code/Generator/DocBlock/Tag/ParamTag.php | 1 - library/Zend/Code/Generator/DocBlock/Tag/ReturnTag.php | 1 - library/Zend/Code/Generator/DocBlockGenerator.php | 1 - library/Zend/Code/Generator/FileGenerator.php | 1 - library/Zend/Code/Generator/MethodGenerator.php | 1 - library/Zend/Code/Generator/ParameterGenerator.php | 1 - library/Zend/Code/Generator/PropertyGenerator.php | 1 - library/Zend/Code/Generator/PropertyValueGenerator.php | 1 - library/Zend/Code/Generator/ValueGenerator.php | 1 - library/Zend/Code/NameInformation.php | 1 - library/Zend/Code/Reflection/ClassReflection.php | 1 - library/Zend/Code/Reflection/DocBlock/Tag/GenericTag.php | 1 - library/Zend/Code/Reflection/DocBlock/TagManager.php | 1 - library/Zend/Code/Reflection/DocBlockReflection.php | 1 - library/Zend/Code/Reflection/MethodReflection.php | 1 - library/Zend/Code/Reflection/ParameterReflection.php | 1 - library/Zend/Code/Scanner/ClassScanner.php | 1 - library/Zend/Code/Scanner/DerivedClassScanner.php | 1 - library/Zend/Code/Scanner/FileScanner.php | 1 - library/Zend/Code/Scanner/MethodScanner.php | 1 - library/Zend/Code/Scanner/ParameterScanner.php | 1 - library/Zend/Code/Scanner/TokenArrayScanner.php | 1 - library/Zend/Config/Processor/Translator.php | 1 - library/Zend/Console/Prompt/Char.php | 1 - library/Zend/Console/Prompt/Confirm.php | 1 - library/Zend/Console/Prompt/Line.php | 1 - library/Zend/Console/Prompt/Number.php | 1 - library/Zend/Console/Request.php | 1 - library/Zend/Crypt/Symmetric/Padding/Pkcs7.php | 1 - library/Zend/Db/Adapter/Adapter.php | 1 - library/Zend/Db/Adapter/Driver/Mysqli/Mysqli.php | 1 - library/Zend/Db/Adapter/Driver/Mysqli/Result.php | 1 - library/Zend/Db/Adapter/Driver/Mysqli/Statement.php | 1 - library/Zend/Db/Adapter/Driver/Pdo/Connection.php | 1 - library/Zend/Db/Adapter/Driver/Pdo/Feature/SqliteRowCounter.php | 1 - library/Zend/Db/Adapter/Driver/Pdo/Pdo.php | 1 - library/Zend/Db/Adapter/Driver/Pdo/Result.php | 1 - library/Zend/Db/Adapter/Driver/Pdo/Statement.php | 1 - library/Zend/Db/Adapter/Driver/Pgsql/Connection.php | 1 - library/Zend/Db/Adapter/Driver/Sqlsrv/Connection.php | 1 - .../Zend/Db/Adapter/Driver/Sqlsrv/Exception/ErrorException.php | 1 - library/Zend/Db/Adapter/Driver/Sqlsrv/Sqlsrv.php | 1 - library/Zend/Db/Adapter/Driver/Sqlsrv/Statement.php | 1 - .../Adapter/Exception/InvalidConnectionParametersException.php | 1 - library/Zend/Db/Adapter/Platform/Mysql.php | 1 - library/Zend/Db/Adapter/Platform/Postgresql.php | 1 - library/Zend/Db/Adapter/Platform/Sql92.php | 1 - library/Zend/Db/Adapter/Platform/SqlServer.php | 1 - library/Zend/Db/Adapter/Platform/Sqlite.php | 1 - library/Zend/Db/Metadata/Metadata.php | 1 - library/Zend/Db/Metadata/Object/ColumnObject.php | 1 - library/Zend/Db/Metadata/Object/ConstraintObject.php | 1 - library/Zend/Db/Metadata/Source/AbstractSource.php | 1 - library/Zend/Db/Metadata/Source/SqlServerMetadata.php | 1 - library/Zend/Db/ResultSet/AbstractResultSet.php | 1 - library/Zend/Db/ResultSet/HydratingResultSet.php | 1 - library/Zend/Db/ResultSet/ResultSet.php | 1 - library/Zend/Db/RowGateway/AbstractRowGateway.php | 1 - library/Zend/Db/RowGateway/Feature/AbstractFeature.php | 1 - library/Zend/Db/RowGateway/RowGateway.php | 1 - library/Zend/Db/Sql/AbstractSql.php | 1 - library/Zend/Db/Sql/Expression.php | 1 - library/Zend/Db/Sql/Platform/AbstractPlatform.php | 1 - library/Zend/Db/Sql/Platform/Mysql/Mysql.php | 1 - library/Zend/Db/Sql/Platform/Mysql/SelectDecorator.php | 1 - library/Zend/Db/Sql/Platform/Platform.php | 1 - library/Zend/Db/Sql/Platform/SqlServer/SelectDecorator.php | 1 - library/Zend/Db/Sql/Platform/SqlServer/SqlServer.php | 1 - library/Zend/Db/Sql/Predicate/Expression.php | 1 - library/Zend/Db/Sql/Predicate/In.php | 1 - library/Zend/Db/Sql/Predicate/IsNull.php | 1 - library/Zend/Db/Sql/Predicate/Like.php | 1 - library/Zend/Db/Sql/Predicate/Operator.php | 1 - library/Zend/Db/Sql/Predicate/Predicate.php | 1 - library/Zend/Db/Sql/Predicate/PredicateSet.php | 1 - library/Zend/Db/Sql/TableIdentifier.php | 1 - library/Zend/Db/TableGateway/AbstractTableGateway.php | 1 - .../Db/TableGateway/Feature/EventFeature/TableGatewayEvent.php | 1 - library/Zend/Db/TableGateway/Feature/MasterSlaveFeature.php | 1 - library/Zend/Db/TableGateway/Feature/RowGatewayFeature.php | 1 - library/Zend/Db/TableGateway/TableGateway.php | 1 - library/Zend/Debug/Debug.php | 1 - library/Zend/Di/Config.php | 1 - library/Zend/Di/Definition/ArrayDefinition.php | 1 - library/Zend/Di/Definition/Builder/InjectionMethod.php | 1 - library/Zend/Di/Definition/Builder/PhpClass.php | 1 - library/Zend/Di/Definition/BuilderDefinition.php | 1 - library/Zend/Di/Definition/IntrospectionStrategy.php | 1 - library/Zend/Di/DefinitionList.php | 1 - library/Zend/Di/Display/Console.php | 1 - library/Zend/Feed/Reader/Collection/Author.php | 1 - library/Zend/Feed/Reader/Collection/Category.php | 1 - library/Zend/Feed/Reader/Feed/Atom/Source.php | 1 - library/Zend/Feed/Reader/FeedSet.php | 1 - library/Zend/Feed/Writer/Deleted.php | 1 - library/Zend/Feed/Writer/Feed.php | 1 - library/Zend/Feed/Writer/Renderer/Entry/Atom/Deleted.php | 1 - library/Zend/Feed/Writer/Renderer/Entry/AtomDeleted.php | 1 - library/Zend/Feed/Writer/Renderer/Feed/Atom.php | 1 - library/Zend/Feed/Writer/Renderer/Feed/Atom/Source.php | 1 - library/Zend/Feed/Writer/Renderer/Feed/AtomSource.php | 1 - library/Zend/Filter/Encrypt/BlockCipher.php | 1 - library/Zend/Filter/Word/SeparatorToSeparator.php | 1 - library/Zend/Http/Cookies.php | 1 - library/Zend/Http/Header/AbstractAccept.php | 1 - .../Http/Header/Accept/FieldValuePart/AbstractFieldValuePart.php | 1 - .../Http/Header/Accept/FieldValuePart/AcceptFieldValuePart.php | 1 - .../Http/Header/Accept/FieldValuePart/CharsetFieldValuePart.php | 1 - .../Http/Header/Accept/FieldValuePart/EncodingFieldValuePart.php | 1 - .../Http/Header/Accept/FieldValuePart/LanguageFieldValuePart.php | 1 - library/Zend/Http/Header/AcceptLanguage.php | 1 - library/Zend/Http/Header/AcceptRanges.php | 1 - library/Zend/Http/Header/AuthenticationInfo.php | 1 - library/Zend/Http/Header/Authorization.php | 1 - library/Zend/Http/Header/Connection.php | 1 - library/Zend/Http/Header/ContentDisposition.php | 1 - library/Zend/Http/Header/ContentEncoding.php | 1 - library/Zend/Http/Header/ContentLanguage.php | 1 - library/Zend/Http/Header/ContentLength.php | 1 - library/Zend/Http/Header/ContentMD5.php | 1 - library/Zend/Http/Header/ContentRange.php | 1 - library/Zend/Http/Header/ContentType.php | 1 - library/Zend/Http/Header/Etag.php | 1 - library/Zend/Http/Header/Expect.php | 1 - library/Zend/Http/Header/From.php | 1 - library/Zend/Http/Header/Host.php | 1 - library/Zend/Http/Header/IfMatch.php | 1 - library/Zend/Http/Header/IfNoneMatch.php | 1 - library/Zend/Http/Header/IfRange.php | 1 - library/Zend/Http/Header/KeepAlive.php | 1 - library/Zend/Http/Header/MaxForwards.php | 1 - library/Zend/Http/Header/Pragma.php | 1 - library/Zend/Http/Header/ProxyAuthorization.php | 1 - library/Zend/Http/Header/Range.php | 1 - library/Zend/Http/Header/Refresh.php | 1 - library/Zend/Http/Header/RetryAfter.php | 1 - library/Zend/Http/Header/Server.php | 1 - library/Zend/Http/Header/TE.php | 1 - library/Zend/Http/Header/Trailer.php | 1 - library/Zend/Http/Header/TransferEncoding.php | 1 - library/Zend/Http/Header/Upgrade.php | 1 - library/Zend/Http/Header/UserAgent.php | 1 - library/Zend/Http/Header/Vary.php | 1 - library/Zend/Http/Header/Via.php | 1 - library/Zend/Http/Header/Warning.php | 1 - library/Zend/I18n/Validator/Alpha.php | 1 - library/Zend/Loader/StandardAutoloader.php | 1 - library/Zend/Mail/Header/MessageId.php | 1 - library/Zend/Mail/Protocol/Imap.php | 1 - library/Zend/Mail/Storage/AbstractStorage.php | 1 - library/Zend/Mail/Storage/Mbox.php | 1 - library/Zend/Mvc/Controller/AbstractRestfulController.php | 1 - .../Zend/Mvc/Controller/Plugin/AcceptableViewModelSelector.php | 1 - .../Zend/Mvc/View/Console/InjectNamedConsoleParamsListener.php | 1 - library/Zend/Server/Reflection/ReflectionMethod.php | 1 - library/Zend/ServiceManager/AbstractPluginManager.php | 1 - library/Zend/ServiceManager/Config.php | 1 - library/Zend/ServiceManager/Di/DiServiceFactory.php | 1 - library/Zend/ServiceManager/Di/DiServiceInitializer.php | 1 - library/Zend/Soap/Client/Common.php | 1 - library/Zend/Soap/Client/DotNet.php | 1 - library/Zend/Stdlib/DateTime.php | 1 - library/Zend/Stdlib/Message.php | 1 - library/Zend/Validator/GreaterThan.php | 1 - library/Zend/Validator/Hex.php | 1 - library/Zend/View/Helper/EscapeCss.php | 1 - library/Zend/View/Helper/EscapeHtml.php | 1 - library/Zend/View/Helper/EscapeHtmlAttr.php | 1 - library/Zend/View/Helper/EscapeJs.php | 1 - library/Zend/View/Helper/EscapeUrl.php | 1 - library/Zend/View/Renderer/ConsoleRenderer.php | 1 - library/Zend/View/Renderer/PhpRenderer.php | 1 - library/Zend/XmlRpc/Client/ServerIntrospection.php | 1 - 178 files changed, 178 deletions(-) diff --git a/library/Zend/Authentication/Adapter/DbTable.php b/library/Zend/Authentication/Adapter/DbTable.php index 3c8d7143676..a98de29e947 100644 --- a/library/Zend/Authentication/Adapter/DbTable.php +++ b/library/Zend/Authentication/Adapter/DbTable.php @@ -487,5 +487,4 @@ protected function _authenticateCreateAuthResult() $this->authenticateResultInfo['messages'] ); } - } diff --git a/library/Zend/Cache/Storage/Adapter/MemoryOptions.php b/library/Zend/Cache/Storage/Adapter/MemoryOptions.php index 0ce904f8b29..5e31912c225 100644 --- a/library/Zend/Cache/Storage/Adapter/MemoryOptions.php +++ b/library/Zend/Cache/Storage/Adapter/MemoryOptions.php @@ -114,5 +114,4 @@ protected function normalizeMemoryLimit($value) return $value; } - } diff --git a/library/Zend/Code/Generator/AbstractMemberGenerator.php b/library/Zend/Code/Generator/AbstractMemberGenerator.php index 5a234d7d5bd..0fc6c5d82df 100644 --- a/library/Zend/Code/Generator/AbstractMemberGenerator.php +++ b/library/Zend/Code/Generator/AbstractMemberGenerator.php @@ -257,5 +257,4 @@ public function getName() { return $this->name; } - } diff --git a/library/Zend/Code/Generator/ClassGenerator.php b/library/Zend/Code/Generator/ClassGenerator.php index 449a289091b..fcb5aadeeb9 100644 --- a/library/Zend/Code/Generator/ClassGenerator.php +++ b/library/Zend/Code/Generator/ClassGenerator.php @@ -691,5 +691,4 @@ public function generate() return $output; } - } diff --git a/library/Zend/Code/Generator/DocBlock/Tag.php b/library/Zend/Code/Generator/DocBlock/Tag.php index 8f45bd4024a..7c7e15a50ed 100644 --- a/library/Zend/Code/Generator/DocBlock/Tag.php +++ b/library/Zend/Code/Generator/DocBlock/Tag.php @@ -135,5 +135,4 @@ public function generate() return $output; } - } diff --git a/library/Zend/Code/Generator/DocBlock/Tag/ParamTag.php b/library/Zend/Code/Generator/DocBlock/Tag/ParamTag.php index 7e5605375e3..17e3702e3e9 100644 --- a/library/Zend/Code/Generator/DocBlock/Tag/ParamTag.php +++ b/library/Zend/Code/Generator/DocBlock/Tag/ParamTag.php @@ -105,5 +105,4 @@ public function generate() . (($this->description != null) ? ' ' . $this->description : ''); return $output; } - } diff --git a/library/Zend/Code/Generator/DocBlock/Tag/ReturnTag.php b/library/Zend/Code/Generator/DocBlock/Tag/ReturnTag.php index 1888bbb99c9..cb0b2ecc8c2 100644 --- a/library/Zend/Code/Generator/DocBlock/Tag/ReturnTag.php +++ b/library/Zend/Code/Generator/DocBlock/Tag/ReturnTag.php @@ -75,5 +75,4 @@ public function generate() $output = '@return ' . $this->datatype . ' ' . $this->description; return $output; } - } diff --git a/library/Zend/Code/Generator/DocBlockGenerator.php b/library/Zend/Code/Generator/DocBlockGenerator.php index b1d9cf50cda..37a1c71f18c 100644 --- a/library/Zend/Code/Generator/DocBlockGenerator.php +++ b/library/Zend/Code/Generator/DocBlockGenerator.php @@ -236,5 +236,4 @@ protected function docCommentize($content) return $output; } - } diff --git a/library/Zend/Code/Generator/FileGenerator.php b/library/Zend/Code/Generator/FileGenerator.php index 81d8b204b81..9dd27387c6b 100644 --- a/library/Zend/Code/Generator/FileGenerator.php +++ b/library/Zend/Code/Generator/FileGenerator.php @@ -592,5 +592,4 @@ public function write() file_put_contents($this->filename, $this->generate()); return $this; } - } diff --git a/library/Zend/Code/Generator/MethodGenerator.php b/library/Zend/Code/Generator/MethodGenerator.php index 2f111689a2c..067b207ca60 100644 --- a/library/Zend/Code/Generator/MethodGenerator.php +++ b/library/Zend/Code/Generator/MethodGenerator.php @@ -217,5 +217,4 @@ public function __toString() { return $this->generate(); } - } diff --git a/library/Zend/Code/Generator/ParameterGenerator.php b/library/Zend/Code/Generator/ParameterGenerator.php index 19fe614e795..a88a059010c 100644 --- a/library/Zend/Code/Generator/ParameterGenerator.php +++ b/library/Zend/Code/Generator/ParameterGenerator.php @@ -244,5 +244,4 @@ public function generate() return $output; } - } diff --git a/library/Zend/Code/Generator/PropertyGenerator.php b/library/Zend/Code/Generator/PropertyGenerator.php index a479392e4f6..ec8cca3bc42 100644 --- a/library/Zend/Code/Generator/PropertyGenerator.php +++ b/library/Zend/Code/Generator/PropertyGenerator.php @@ -177,5 +177,4 @@ public function generate() return $output; } - } diff --git a/library/Zend/Code/Generator/PropertyValueGenerator.php b/library/Zend/Code/Generator/PropertyValueGenerator.php index 4732062f303..983ce8658a0 100644 --- a/library/Zend/Code/Generator/PropertyValueGenerator.php +++ b/library/Zend/Code/Generator/PropertyValueGenerator.php @@ -26,5 +26,4 @@ public function generate() { return parent::generate() . ';'; } - } diff --git a/library/Zend/Code/Generator/ValueGenerator.php b/library/Zend/Code/Generator/ValueGenerator.php index 493bd1ca799..aae04e3274e 100644 --- a/library/Zend/Code/Generator/ValueGenerator.php +++ b/library/Zend/Code/Generator/ValueGenerator.php @@ -369,5 +369,4 @@ public function __toString() { return $this->generate(); } - } diff --git a/library/Zend/Code/NameInformation.php b/library/Zend/Code/NameInformation.php index b3832fa74f4..ed4cb9597f9 100644 --- a/library/Zend/Code/NameInformation.php +++ b/library/Zend/Code/NameInformation.php @@ -110,5 +110,4 @@ public function resolveName($name) } return $name; } - } diff --git a/library/Zend/Code/Reflection/ClassReflection.php b/library/Zend/Code/Reflection/ClassReflection.php index b986be8d999..ad1e22e9b48 100644 --- a/library/Zend/Code/Reflection/ClassReflection.php +++ b/library/Zend/Code/Reflection/ClassReflection.php @@ -220,5 +220,4 @@ public function __toString() { return parent::__toString(); } - } diff --git a/library/Zend/Code/Reflection/DocBlock/Tag/GenericTag.php b/library/Zend/Code/Reflection/DocBlock/Tag/GenericTag.php index ae99dd701b8..ac75fdbd813 100644 --- a/library/Zend/Code/Reflection/DocBlock/Tag/GenericTag.php +++ b/library/Zend/Code/Reflection/DocBlock/Tag/GenericTag.php @@ -95,5 +95,4 @@ protected function parse($docBlockLine) $this->content = trim($docBlockLine); $this->values = explode($this->contentSplitCharacter, $docBlockLine); } - } diff --git a/library/Zend/Code/Reflection/DocBlock/TagManager.php b/library/Zend/Code/Reflection/DocBlock/TagManager.php index cfeefba0347..b7c6c756045 100644 --- a/library/Zend/Code/Reflection/DocBlock/TagManager.php +++ b/library/Zend/Code/Reflection/DocBlock/TagManager.php @@ -86,5 +86,4 @@ public function createTag($tagName, $content = null) return $newTag; } - } diff --git a/library/Zend/Code/Reflection/DocBlockReflection.php b/library/Zend/Code/Reflection/DocBlockReflection.php index 0fc9488a2b9..db22a46c04c 100644 --- a/library/Zend/Code/Reflection/DocBlockReflection.php +++ b/library/Zend/Code/Reflection/DocBlockReflection.php @@ -284,5 +284,4 @@ public function __toString() { return $this->toString(); } - } diff --git a/library/Zend/Code/Reflection/MethodReflection.php b/library/Zend/Code/Reflection/MethodReflection.php index fe852e20f9e..ce803f476ef 100644 --- a/library/Zend/Code/Reflection/MethodReflection.php +++ b/library/Zend/Code/Reflection/MethodReflection.php @@ -166,5 +166,4 @@ public function __toString() { return parent::__toString(); } - } diff --git a/library/Zend/Code/Reflection/ParameterReflection.php b/library/Zend/Code/Reflection/ParameterReflection.php index 09f262aaea7..907d9a6b079 100644 --- a/library/Zend/Code/Reflection/ParameterReflection.php +++ b/library/Zend/Code/Reflection/ParameterReflection.php @@ -110,5 +110,4 @@ public function __toString() { return parent::__toString(); } - } diff --git a/library/Zend/Code/Scanner/ClassScanner.php b/library/Zend/Code/Scanner/ClassScanner.php index 701a50e590f..a9e0ee5ba1b 100644 --- a/library/Zend/Code/Scanner/ClassScanner.php +++ b/library/Zend/Code/Scanner/ClassScanner.php @@ -787,5 +787,4 @@ protected function scan() $this->isScanned = true; return; } - } diff --git a/library/Zend/Code/Scanner/DerivedClassScanner.php b/library/Zend/Code/Scanner/DerivedClassScanner.php index 399597ea6bc..6f1f6d2ec40 100644 --- a/library/Zend/Code/Scanner/DerivedClassScanner.php +++ b/library/Zend/Code/Scanner/DerivedClassScanner.php @@ -274,5 +274,4 @@ public function hasMethod($name) } return false; } - } diff --git a/library/Zend/Code/Scanner/FileScanner.php b/library/Zend/Code/Scanner/FileScanner.php index c646606cb4c..4a11686f8b3 100644 --- a/library/Zend/Code/Scanner/FileScanner.php +++ b/library/Zend/Code/Scanner/FileScanner.php @@ -47,5 +47,4 @@ public function getFile() { return $this->file; } - } diff --git a/library/Zend/Code/Scanner/MethodScanner.php b/library/Zend/Code/Scanner/MethodScanner.php index 714d96d00ff..d44041d6fea 100644 --- a/library/Zend/Code/Scanner/MethodScanner.php +++ b/library/Zend/Code/Scanner/MethodScanner.php @@ -392,5 +392,4 @@ protected function scan() $this->isScanned = true; return; } - } diff --git a/library/Zend/Code/Scanner/ParameterScanner.php b/library/Zend/Code/Scanner/ParameterScanner.php index 1011a903692..f4a71ca1aca 100644 --- a/library/Zend/Code/Scanner/ParameterScanner.php +++ b/library/Zend/Code/Scanner/ParameterScanner.php @@ -346,5 +346,4 @@ public function isPassedByReference() $this->scan(); return $this->isPassedByReference; } - } diff --git a/library/Zend/Code/Scanner/TokenArrayScanner.php b/library/Zend/Code/Scanner/TokenArrayScanner.php index 85028cbc813..814fb533344 100644 --- a/library/Zend/Code/Scanner/TokenArrayScanner.php +++ b/library/Zend/Code/Scanner/TokenArrayScanner.php @@ -630,5 +630,4 @@ protected function getUsesNoScan($namespace) return $uses; } - } diff --git a/library/Zend/Config/Processor/Translator.php b/library/Zend/Config/Processor/Translator.php index bc4446e1ffe..bf272a85507 100644 --- a/library/Zend/Config/Processor/Translator.php +++ b/library/Zend/Config/Processor/Translator.php @@ -142,5 +142,4 @@ public function processValue($value) { return $this->translator->translate($value, $this->textDomain, $this->locale); } - } diff --git a/library/Zend/Console/Prompt/Char.php b/library/Zend/Console/Prompt/Char.php index 86125359dac..82afde3bfcb 100644 --- a/library/Zend/Console/Prompt/Char.php +++ b/library/Zend/Console/Prompt/Char.php @@ -215,5 +215,4 @@ public function getEcho() { return $this->echo; } - } diff --git a/library/Zend/Console/Prompt/Confirm.php b/library/Zend/Console/Prompt/Confirm.php index b966731dc8a..2c8599e24ec 100644 --- a/library/Zend/Console/Prompt/Confirm.php +++ b/library/Zend/Console/Prompt/Confirm.php @@ -112,5 +112,4 @@ public function getYesChar() { return $this->yesChar; } - } diff --git a/library/Zend/Console/Prompt/Line.php b/library/Zend/Console/Prompt/Line.php index eeaa499a001..e46d5b2ae11 100644 --- a/library/Zend/Console/Prompt/Line.php +++ b/library/Zend/Console/Prompt/Line.php @@ -116,5 +116,4 @@ public function getPromptText() { return $this->promptText; } - } diff --git a/library/Zend/Console/Prompt/Number.php b/library/Zend/Console/Prompt/Number.php index 5885bcdbb7a..235173e7bda 100644 --- a/library/Zend/Console/Prompt/Number.php +++ b/library/Zend/Console/Prompt/Number.php @@ -211,5 +211,4 @@ public function getAllowFloat() { return $this->allowFloat; } - } diff --git a/library/Zend/Console/Request.php b/library/Zend/Console/Request.php index 82e8919a5e3..029c0930aee 100644 --- a/library/Zend/Console/Request.php +++ b/library/Zend/Console/Request.php @@ -191,5 +191,4 @@ public function getScriptName() { return $this->scriptName; } - } diff --git a/library/Zend/Crypt/Symmetric/Padding/Pkcs7.php b/library/Zend/Crypt/Symmetric/Padding/Pkcs7.php index 58fb94e9473..0e7a4332f0f 100644 --- a/library/Zend/Crypt/Symmetric/Padding/Pkcs7.php +++ b/library/Zend/Crypt/Symmetric/Padding/Pkcs7.php @@ -50,5 +50,4 @@ public function strip($string) } return false; } - } diff --git a/library/Zend/Db/Adapter/Adapter.php b/library/Zend/Db/Adapter/Adapter.php index a263f34c5f3..7cdbffb943c 100644 --- a/library/Zend/Db/Adapter/Adapter.php +++ b/library/Zend/Db/Adapter/Adapter.php @@ -281,5 +281,4 @@ protected function createPlatformFromDriver(Driver\DriverInterface $driver) return new Platform\Sql92(); } } - } diff --git a/library/Zend/Db/Adapter/Driver/Mysqli/Mysqli.php b/library/Zend/Db/Adapter/Driver/Mysqli/Mysqli.php index b973f27c148..5e8648b3be0 100644 --- a/library/Zend/Db/Adapter/Driver/Mysqli/Mysqli.php +++ b/library/Zend/Db/Adapter/Driver/Mysqli/Mysqli.php @@ -230,5 +230,4 @@ public function getLastGeneratedValue() { return $this->getConnection()->getLastGeneratedValue(); } - } diff --git a/library/Zend/Db/Adapter/Driver/Mysqli/Result.php b/library/Zend/Db/Adapter/Driver/Mysqli/Result.php index c69cda98c55..c613da6875c 100644 --- a/library/Zend/Db/Adapter/Driver/Mysqli/Result.php +++ b/library/Zend/Db/Adapter/Driver/Mysqli/Result.php @@ -345,5 +345,4 @@ public function getGeneratedValue() { return $this->generatedValue; } - } diff --git a/library/Zend/Db/Adapter/Driver/Mysqli/Statement.php b/library/Zend/Db/Adapter/Driver/Mysqli/Statement.php index ee4f2cc87f0..c18b77f9588 100644 --- a/library/Zend/Db/Adapter/Driver/Mysqli/Statement.php +++ b/library/Zend/Db/Adapter/Driver/Mysqli/Statement.php @@ -285,5 +285,4 @@ protected function bindParametersFromContainer() call_user_func_array(array($this->resource, 'bind_param'), $args); } } - } diff --git a/library/Zend/Db/Adapter/Driver/Pdo/Connection.php b/library/Zend/Db/Adapter/Driver/Pdo/Connection.php index cd1f5fb7168..0da3a9bb2cf 100644 --- a/library/Zend/Db/Adapter/Driver/Pdo/Connection.php +++ b/library/Zend/Db/Adapter/Driver/Pdo/Connection.php @@ -401,5 +401,4 @@ public function getLastGeneratedValue($name = null) } return false; } - } diff --git a/library/Zend/Db/Adapter/Driver/Pdo/Feature/SqliteRowCounter.php b/library/Zend/Db/Adapter/Driver/Pdo/Feature/SqliteRowCounter.php index c8838d03df6..a72cce591ef 100644 --- a/library/Zend/Db/Adapter/Driver/Pdo/Feature/SqliteRowCounter.php +++ b/library/Zend/Db/Adapter/Driver/Pdo/Feature/SqliteRowCounter.php @@ -81,5 +81,4 @@ public function getRowCountClosure($context) : $sqliteRowCounter->getCountForSql($context); }; } - } diff --git a/library/Zend/Db/Adapter/Driver/Pdo/Pdo.php b/library/Zend/Db/Adapter/Driver/Pdo/Pdo.php index aab04feaffd..9cdef591ce1 100644 --- a/library/Zend/Db/Adapter/Driver/Pdo/Pdo.php +++ b/library/Zend/Db/Adapter/Driver/Pdo/Pdo.php @@ -271,5 +271,4 @@ public function getLastGeneratedValue() { return $this->connection->getLastGeneratedValue(); } - } diff --git a/library/Zend/Db/Adapter/Driver/Pdo/Result.php b/library/Zend/Db/Adapter/Driver/Pdo/Result.php index fdf82feb629..2a9e0c8fd2e 100644 --- a/library/Zend/Db/Adapter/Driver/Pdo/Result.php +++ b/library/Zend/Db/Adapter/Driver/Pdo/Result.php @@ -228,5 +228,4 @@ public function getGeneratedValue() { return $this->generatedValue; } - } diff --git a/library/Zend/Db/Adapter/Driver/Pdo/Statement.php b/library/Zend/Db/Adapter/Driver/Pdo/Statement.php index bd0c72ef6d1..76b4b8dba3c 100644 --- a/library/Zend/Db/Adapter/Driver/Pdo/Statement.php +++ b/library/Zend/Db/Adapter/Driver/Pdo/Statement.php @@ -274,5 +274,4 @@ public function __clone() } } - } diff --git a/library/Zend/Db/Adapter/Driver/Pgsql/Connection.php b/library/Zend/Db/Adapter/Driver/Pgsql/Connection.php index 120055c5fb5..0ede10723d0 100644 --- a/library/Zend/Db/Adapter/Driver/Pgsql/Connection.php +++ b/library/Zend/Db/Adapter/Driver/Pgsql/Connection.php @@ -244,5 +244,4 @@ public function getLastGeneratedValue($name = null) $result = pg_query($this->resource, 'SELECT CURRVAL(\'' . str_replace('\'', '\\\'', $name) . '\') as "currval"'); return pg_fetch_result($result, 0, 'currval'); } - } diff --git a/library/Zend/Db/Adapter/Driver/Sqlsrv/Connection.php b/library/Zend/Db/Adapter/Driver/Sqlsrv/Connection.php index 5a4dca5c40c..e72b990b3f2 100644 --- a/library/Zend/Db/Adapter/Driver/Sqlsrv/Connection.php +++ b/library/Zend/Db/Adapter/Driver/Sqlsrv/Connection.php @@ -322,5 +322,4 @@ public function getLastGeneratedValue($name = null) $row = sqlsrv_fetch_array($result); return $row['Current_Identity']; } - } diff --git a/library/Zend/Db/Adapter/Driver/Sqlsrv/Exception/ErrorException.php b/library/Zend/Db/Adapter/Driver/Sqlsrv/Exception/ErrorException.php index 0b4050645fd..47367f83400 100644 --- a/library/Zend/Db/Adapter/Driver/Sqlsrv/Exception/ErrorException.php +++ b/library/Zend/Db/Adapter/Driver/Sqlsrv/Exception/ErrorException.php @@ -36,5 +36,4 @@ public function __construct($errors = false) { $this->errors = ($errors === false) ? sqlsrv_errors() : $errors; } - } diff --git a/library/Zend/Db/Adapter/Driver/Sqlsrv/Sqlsrv.php b/library/Zend/Db/Adapter/Driver/Sqlsrv/Sqlsrv.php index 49de8c30f8f..4fb082f63ca 100755 --- a/library/Zend/Db/Adapter/Driver/Sqlsrv/Sqlsrv.php +++ b/library/Zend/Db/Adapter/Driver/Sqlsrv/Sqlsrv.php @@ -185,5 +185,4 @@ public function getLastGeneratedValue() { return $this->getConnection()->getLastGeneratedValue(); } - } diff --git a/library/Zend/Db/Adapter/Driver/Sqlsrv/Statement.php b/library/Zend/Db/Adapter/Driver/Sqlsrv/Statement.php index e90c76742b5..caefb4b6db6 100644 --- a/library/Zend/Db/Adapter/Driver/Sqlsrv/Statement.php +++ b/library/Zend/Db/Adapter/Driver/Sqlsrv/Statement.php @@ -260,5 +260,4 @@ protected function bindParametersFromContainer() // } //} } - } diff --git a/library/Zend/Db/Adapter/Exception/InvalidConnectionParametersException.php b/library/Zend/Db/Adapter/Exception/InvalidConnectionParametersException.php index ac2ad337d17..a6beb5c832b 100644 --- a/library/Zend/Db/Adapter/Exception/InvalidConnectionParametersException.php +++ b/library/Zend/Db/Adapter/Exception/InvalidConnectionParametersException.php @@ -32,5 +32,4 @@ public function __construct($message, $parameters) parent::__construct($message); $this->parameters = $parameters; } - } diff --git a/library/Zend/Db/Adapter/Platform/Mysql.php b/library/Zend/Db/Adapter/Platform/Mysql.php index 2430565aa40..d06f8174313 100644 --- a/library/Zend/Db/Adapter/Platform/Mysql.php +++ b/library/Zend/Db/Adapter/Platform/Mysql.php @@ -139,5 +139,4 @@ public function quoteIdentifierInFragment($identifier, array $safeWords = array( } return implode('', $parts); } - } diff --git a/library/Zend/Db/Adapter/Platform/Postgresql.php b/library/Zend/Db/Adapter/Platform/Postgresql.php index 0333415717a..aeaed106b31 100644 --- a/library/Zend/Db/Adapter/Platform/Postgresql.php +++ b/library/Zend/Db/Adapter/Platform/Postgresql.php @@ -138,5 +138,4 @@ public function quoteIdentifierInFragment($identifier, array $safeWords = array( } return implode('', $parts); } - } diff --git a/library/Zend/Db/Adapter/Platform/Sql92.php b/library/Zend/Db/Adapter/Platform/Sql92.php index 6e61c1487e6..3577bebdda5 100644 --- a/library/Zend/Db/Adapter/Platform/Sql92.php +++ b/library/Zend/Db/Adapter/Platform/Sql92.php @@ -141,5 +141,4 @@ public function quoteIdentifierInFragment($identifier, array $safeWords = array( return implode('', $parts); } - } diff --git a/library/Zend/Db/Adapter/Platform/SqlServer.php b/library/Zend/Db/Adapter/Platform/SqlServer.php index caae0b6fa33..fa38bbd5e6d 100644 --- a/library/Zend/Db/Adapter/Platform/SqlServer.php +++ b/library/Zend/Db/Adapter/Platform/SqlServer.php @@ -138,5 +138,4 @@ public function quoteIdentifierInFragment($identifier, array $safeWords = array( } return implode('', $parts); } - } diff --git a/library/Zend/Db/Adapter/Platform/Sqlite.php b/library/Zend/Db/Adapter/Platform/Sqlite.php index eee9e77aabf..cb45156ff8d 100644 --- a/library/Zend/Db/Adapter/Platform/Sqlite.php +++ b/library/Zend/Db/Adapter/Platform/Sqlite.php @@ -139,5 +139,4 @@ public function quoteIdentifierInFragment($identifier, array $safeWords = array( } return implode('', $parts); } - } diff --git a/library/Zend/Db/Metadata/Metadata.php b/library/Zend/Db/Metadata/Metadata.php index 8d02c94c9c6..9d4b04896f8 100644 --- a/library/Zend/Db/Metadata/Metadata.php +++ b/library/Zend/Db/Metadata/Metadata.php @@ -252,5 +252,4 @@ public function getColumn($columnName, $table, $schema = null) { return $this->source->getColumn($columnName, $table, $schema); } - } diff --git a/library/Zend/Db/Metadata/Object/ColumnObject.php b/library/Zend/Db/Metadata/Object/ColumnObject.php index 8bffa079314..53b9e9cef1a 100644 --- a/library/Zend/Db/Metadata/Object/ColumnObject.php +++ b/library/Zend/Db/Metadata/Object/ColumnObject.php @@ -392,5 +392,4 @@ public function setErrata($errataName, $errataValue) $this->errata[$errataName] = $errataValue; return $this; } - } diff --git a/library/Zend/Db/Metadata/Object/ConstraintObject.php b/library/Zend/Db/Metadata/Object/ConstraintObject.php index 3d1e5a201aa..03da7a7ee9d 100644 --- a/library/Zend/Db/Metadata/Object/ConstraintObject.php +++ b/library/Zend/Db/Metadata/Object/ConstraintObject.php @@ -414,5 +414,4 @@ public function isCheck() { return ('CHECK' == $this->type); } - } diff --git a/library/Zend/Db/Metadata/Source/AbstractSource.php b/library/Zend/Db/Metadata/Source/AbstractSource.php index f87fa4b90df..433dfe135e8 100644 --- a/library/Zend/Db/Metadata/Source/AbstractSource.php +++ b/library/Zend/Db/Metadata/Source/AbstractSource.php @@ -549,5 +549,4 @@ protected function loadTriggerData($schema) $this->prepareDataHierarchy('triggers', $schema); } - } diff --git a/library/Zend/Db/Metadata/Source/SqlServerMetadata.php b/library/Zend/Db/Metadata/Source/SqlServerMetadata.php index 5032aa32f09..102cd97d48f 100644 --- a/library/Zend/Db/Metadata/Source/SqlServerMetadata.php +++ b/library/Zend/Db/Metadata/Source/SqlServerMetadata.php @@ -346,5 +346,4 @@ protected function loadTriggerData($schema) $this->data['triggers'][$schema] = $data; } - } diff --git a/library/Zend/Db/ResultSet/AbstractResultSet.php b/library/Zend/Db/ResultSet/AbstractResultSet.php index 384d7971e78..05716e7a63e 100644 --- a/library/Zend/Db/ResultSet/AbstractResultSet.php +++ b/library/Zend/Db/ResultSet/AbstractResultSet.php @@ -271,5 +271,4 @@ public function toArray() } return $return; } - } diff --git a/library/Zend/Db/ResultSet/HydratingResultSet.php b/library/Zend/Db/ResultSet/HydratingResultSet.php index d45eb24a038..6489255d355 100644 --- a/library/Zend/Db/ResultSet/HydratingResultSet.php +++ b/library/Zend/Db/ResultSet/HydratingResultSet.php @@ -109,5 +109,4 @@ public function toArray() } return $return; } - } diff --git a/library/Zend/Db/ResultSet/ResultSet.php b/library/Zend/Db/ResultSet/ResultSet.php index a0307bb863c..cd835934a79 100644 --- a/library/Zend/Db/ResultSet/ResultSet.php +++ b/library/Zend/Db/ResultSet/ResultSet.php @@ -115,5 +115,4 @@ public function current() return $data; } - } diff --git a/library/Zend/Db/RowGateway/AbstractRowGateway.php b/library/Zend/Db/RowGateway/AbstractRowGateway.php index 7b89fdde1da..1609fe339a4 100644 --- a/library/Zend/Db/RowGateway/AbstractRowGateway.php +++ b/library/Zend/Db/RowGateway/AbstractRowGateway.php @@ -352,5 +352,4 @@ protected function processPrimaryKeyData() $this->primaryKeyData[$column] = $this->data[$column]; } } - } diff --git a/library/Zend/Db/RowGateway/Feature/AbstractFeature.php b/library/Zend/Db/RowGateway/Feature/AbstractFeature.php index 8d842a5e16b..c35b1d2e6e3 100644 --- a/library/Zend/Db/RowGateway/Feature/AbstractFeature.php +++ b/library/Zend/Db/RowGateway/Feature/AbstractFeature.php @@ -57,5 +57,4 @@ public function getMagicMethodSpecifications() { return array(); } - } diff --git a/library/Zend/Db/RowGateway/RowGateway.php b/library/Zend/Db/RowGateway/RowGateway.php index f182c8dbe32..1d8b6c95e40 100644 --- a/library/Zend/Db/RowGateway/RowGateway.php +++ b/library/Zend/Db/RowGateway/RowGateway.php @@ -52,5 +52,4 @@ public function __construct($primaryKeyColumn, $table, $adapterOrSql = null) $this->initialize(); } - } diff --git a/library/Zend/Db/Sql/AbstractSql.php b/library/Zend/Db/Sql/AbstractSql.php index bacc382cd31..6dcca6b07b0 100644 --- a/library/Zend/Db/Sql/AbstractSql.php +++ b/library/Zend/Db/Sql/AbstractSql.php @@ -165,5 +165,4 @@ protected function processSubSelect(Select $subselect, PlatformInterface $platfo } return $sql; } - } diff --git a/library/Zend/Db/Sql/Expression.php b/library/Zend/Db/Sql/Expression.php index 1c6db970ec8..bf385507332 100644 --- a/library/Zend/Db/Sql/Expression.php +++ b/library/Zend/Db/Sql/Expression.php @@ -144,5 +144,4 @@ public function getExpressionData() $types )); } - } diff --git a/library/Zend/Db/Sql/Platform/AbstractPlatform.php b/library/Zend/Db/Sql/Platform/AbstractPlatform.php index 7105e2b280e..2e86776d8b9 100644 --- a/library/Zend/Db/Sql/Platform/AbstractPlatform.php +++ b/library/Zend/Db/Sql/Platform/AbstractPlatform.php @@ -108,5 +108,4 @@ public function getSqlString(PlatformInterface $adapterPlatform = null) return $this->subject->getSqlString($adapterPlatform); } - } diff --git a/library/Zend/Db/Sql/Platform/Mysql/Mysql.php b/library/Zend/Db/Sql/Platform/Mysql/Mysql.php index 013477343ce..b105159f3c9 100644 --- a/library/Zend/Db/Sql/Platform/Mysql/Mysql.php +++ b/library/Zend/Db/Sql/Platform/Mysql/Mysql.php @@ -19,5 +19,4 @@ public function __construct(SelectDecorator $selectDecorator = null) { $this->setTypeDecorator('Zend\Db\Sql\Select', ($selectDecorator) ?: new SelectDecorator()); } - } diff --git a/library/Zend/Db/Sql/Platform/Mysql/SelectDecorator.php b/library/Zend/Db/Sql/Platform/Mysql/SelectDecorator.php index 4cc3e5c88f2..9212a791fac 100644 --- a/library/Zend/Db/Sql/Platform/Mysql/SelectDecorator.php +++ b/library/Zend/Db/Sql/Platform/Mysql/SelectDecorator.php @@ -86,5 +86,4 @@ protected function processOffset(PlatformInterface $platform, Adapter $adapter = return array($this->offset); } - } diff --git a/library/Zend/Db/Sql/Platform/Platform.php b/library/Zend/Db/Sql/Platform/Platform.php index 556a8af1b40..acec696f9c9 100644 --- a/library/Zend/Db/Sql/Platform/Platform.php +++ b/library/Zend/Db/Sql/Platform/Platform.php @@ -36,5 +36,4 @@ public function __construct(Adapter $adapter) default: } } - } diff --git a/library/Zend/Db/Sql/Platform/SqlServer/SelectDecorator.php b/library/Zend/Db/Sql/Platform/SqlServer/SelectDecorator.php index 197cf19c44b..6757c72a28c 100644 --- a/library/Zend/Db/Sql/Platform/SqlServer/SelectDecorator.php +++ b/library/Zend/Db/Sql/Platform/SqlServer/SelectDecorator.php @@ -133,5 +133,4 @@ protected function processLimitOffset(PlatformInterface $platform, Adapter $adap ); } - } diff --git a/library/Zend/Db/Sql/Platform/SqlServer/SqlServer.php b/library/Zend/Db/Sql/Platform/SqlServer/SqlServer.php index 9a44faf47d8..2607e47604a 100644 --- a/library/Zend/Db/Sql/Platform/SqlServer/SqlServer.php +++ b/library/Zend/Db/Sql/Platform/SqlServer/SqlServer.php @@ -19,5 +19,4 @@ public function __construct(SelectDecorator $selectDecorator = null) { $this->setTypeDecorator('Zend\Db\Sql\Select', ($selectDecorator) ?: new SelectDecorator()); } - } diff --git a/library/Zend/Db/Sql/Predicate/Expression.php b/library/Zend/Db/Sql/Predicate/Expression.php index 0f8de9e5d0f..42834ff80ea 100644 --- a/library/Zend/Db/Sql/Predicate/Expression.php +++ b/library/Zend/Db/Sql/Predicate/Expression.php @@ -45,5 +45,4 @@ public function __construct($expression = null, $valueParameter = null /*[, $val } } } - } diff --git a/library/Zend/Db/Sql/Predicate/In.php b/library/Zend/Db/Sql/Predicate/In.php index e4b609e1ef2..503528a2cfc 100644 --- a/library/Zend/Db/Sql/Predicate/In.php +++ b/library/Zend/Db/Sql/Predicate/In.php @@ -111,5 +111,4 @@ public function getExpressionData() $types, )); } - } diff --git a/library/Zend/Db/Sql/Predicate/IsNull.php b/library/Zend/Db/Sql/Predicate/IsNull.php index c92f7c18061..d7716e7bc81 100644 --- a/library/Zend/Db/Sql/Predicate/IsNull.php +++ b/library/Zend/Db/Sql/Predicate/IsNull.php @@ -97,5 +97,4 @@ public function getExpressionData() array(self::TYPE_IDENTIFIER), )); } - } diff --git a/library/Zend/Db/Sql/Predicate/Like.php b/library/Zend/Db/Sql/Predicate/Like.php index 306871c6213..9ffab13b3af 100644 --- a/library/Zend/Db/Sql/Predicate/Like.php +++ b/library/Zend/Db/Sql/Predicate/Like.php @@ -99,5 +99,4 @@ public function getExpressionData() array($this->specification, array($this->identifier, $this->like), array(self::TYPE_IDENTIFIER, self::TYPE_VALUE)) ); } - } diff --git a/library/Zend/Db/Sql/Predicate/Operator.php b/library/Zend/Db/Sql/Predicate/Operator.php index 2cba6d2c55d..2701a01d795 100644 --- a/library/Zend/Db/Sql/Predicate/Operator.php +++ b/library/Zend/Db/Sql/Predicate/Operator.php @@ -221,5 +221,4 @@ public function getExpressionData() array($this->leftType, $this->rightType) )); } - } diff --git a/library/Zend/Db/Sql/Predicate/Predicate.php b/library/Zend/Db/Sql/Predicate/Predicate.php index 262b225808b..ce2387714b2 100644 --- a/library/Zend/Db/Sql/Predicate/Predicate.php +++ b/library/Zend/Db/Sql/Predicate/Predicate.php @@ -342,5 +342,4 @@ public function __get($name) } return $this; } - } diff --git a/library/Zend/Db/Sql/Predicate/PredicateSet.php b/library/Zend/Db/Sql/Predicate/PredicateSet.php index 7438c15c018..8f2fd557b58 100644 --- a/library/Zend/Db/Sql/Predicate/PredicateSet.php +++ b/library/Zend/Db/Sql/Predicate/PredicateSet.php @@ -139,5 +139,4 @@ public function count() { return count($this->predicates); } - } diff --git a/library/Zend/Db/Sql/TableIdentifier.php b/library/Zend/Db/Sql/TableIdentifier.php index 30bf9897693..156a28ce7a0 100644 --- a/library/Zend/Db/Sql/TableIdentifier.php +++ b/library/Zend/Db/Sql/TableIdentifier.php @@ -80,5 +80,4 @@ public function getTableAndSchema() { return array($this->table, $this->schema); } - } diff --git a/library/Zend/Db/TableGateway/AbstractTableGateway.php b/library/Zend/Db/TableGateway/AbstractTableGateway.php index 8a3fccb7d9c..e7304841c5d 100644 --- a/library/Zend/Db/TableGateway/AbstractTableGateway.php +++ b/library/Zend/Db/TableGateway/AbstractTableGateway.php @@ -488,5 +488,4 @@ public function __clone() $this->table = clone $this->table; } } - } diff --git a/library/Zend/Db/TableGateway/Feature/EventFeature/TableGatewayEvent.php b/library/Zend/Db/TableGateway/Feature/EventFeature/TableGatewayEvent.php index e3173944ed4..62a832b55bb 100644 --- a/library/Zend/Db/TableGateway/Feature/EventFeature/TableGatewayEvent.php +++ b/library/Zend/Db/TableGateway/Feature/EventFeature/TableGatewayEvent.php @@ -143,5 +143,4 @@ public function propagationIsStopped() { return false; } - } diff --git a/library/Zend/Db/TableGateway/Feature/MasterSlaveFeature.php b/library/Zend/Db/TableGateway/Feature/MasterSlaveFeature.php index ffe6c9b4c10..5548b3d6533 100644 --- a/library/Zend/Db/TableGateway/Feature/MasterSlaveFeature.php +++ b/library/Zend/Db/TableGateway/Feature/MasterSlaveFeature.php @@ -65,5 +65,4 @@ public function postSelect() { $this->tableGateway->adapter = $this->masterAdapter; } - } diff --git a/library/Zend/Db/TableGateway/Feature/RowGatewayFeature.php b/library/Zend/Db/TableGateway/Feature/RowGatewayFeature.php index e27e51ef86c..f4446638f80 100644 --- a/library/Zend/Db/TableGateway/Feature/RowGatewayFeature.php +++ b/library/Zend/Db/TableGateway/Feature/RowGatewayFeature.php @@ -66,5 +66,4 @@ public function postInitialize() $resultSetPrototype->setArrayObjectPrototype($rowGatewayPrototype); } } - } diff --git a/library/Zend/Db/TableGateway/TableGateway.php b/library/Zend/Db/TableGateway/TableGateway.php index a6aba35ce9f..ed1df0b9663 100644 --- a/library/Zend/Db/TableGateway/TableGateway.php +++ b/library/Zend/Db/TableGateway/TableGateway.php @@ -76,5 +76,4 @@ public function __construct($table, Adapter $adapter, $features = null, ResultSe $this->initialize(); } - } diff --git a/library/Zend/Debug/Debug.php b/library/Zend/Debug/Debug.php index f5e977849b2..0c7cc8516b7 100644 --- a/library/Zend/Debug/Debug.php +++ b/library/Zend/Debug/Debug.php @@ -123,5 +123,4 @@ public static function dump($var, $label=null, $echo=true) } return $output; } - } diff --git a/library/Zend/Di/Config.php b/library/Zend/Di/Config.php index 69ad45ebdb0..2f94a903827 100644 --- a/library/Zend/Di/Config.php +++ b/library/Zend/Di/Config.php @@ -197,5 +197,4 @@ public function configureInstance(Di $di, $instanceData) } } } - } diff --git a/library/Zend/Di/Definition/ArrayDefinition.php b/library/Zend/Di/Definition/ArrayDefinition.php index 1166ee2b784..541c8e8f663 100644 --- a/library/Zend/Di/Definition/ArrayDefinition.php +++ b/library/Zend/Di/Definition/ArrayDefinition.php @@ -166,5 +166,4 @@ public function toArray() { return $this->dataArray; } - } diff --git a/library/Zend/Di/Definition/Builder/InjectionMethod.php b/library/Zend/Di/Definition/Builder/InjectionMethod.php index a382e88db49..79e0de9a207 100644 --- a/library/Zend/Di/Definition/Builder/InjectionMethod.php +++ b/library/Zend/Di/Definition/Builder/InjectionMethod.php @@ -73,5 +73,4 @@ public function getParameters() { return $this->parameters; } - } diff --git a/library/Zend/Di/Definition/Builder/PhpClass.php b/library/Zend/Di/Definition/Builder/PhpClass.php index 8702835fb81..2c4e7360afe 100644 --- a/library/Zend/Di/Definition/Builder/PhpClass.php +++ b/library/Zend/Di/Definition/Builder/PhpClass.php @@ -176,5 +176,4 @@ public function getInjectionMethods() { return $this->injectionMethods; } - } diff --git a/library/Zend/Di/Definition/BuilderDefinition.php b/library/Zend/Di/Definition/BuilderDefinition.php index 1cab2de10bb..de2b1ececda 100644 --- a/library/Zend/Di/Definition/BuilderDefinition.php +++ b/library/Zend/Di/Definition/BuilderDefinition.php @@ -322,5 +322,4 @@ public function getMethodParameters($class, $method) return $methodParameters; } - } diff --git a/library/Zend/Di/Definition/IntrospectionStrategy.php b/library/Zend/Di/Definition/IntrospectionStrategy.php index f4a7e26234f..5cd80410f5c 100644 --- a/library/Zend/Di/Definition/IntrospectionStrategy.php +++ b/library/Zend/Di/Definition/IntrospectionStrategy.php @@ -136,5 +136,4 @@ public function getInterfaceInjectionInclusionPatterns() { return $this->interfaceInjectionInclusionPatterns; } - } diff --git a/library/Zend/Di/DefinitionList.php b/library/Zend/Di/DefinitionList.php index 0e7e4fe3c42..5ed3741521e 100644 --- a/library/Zend/Di/DefinitionList.php +++ b/library/Zend/Di/DefinitionList.php @@ -258,5 +258,4 @@ public function getMethodParameters($class, $method) return array(); } - } diff --git a/library/Zend/Di/Display/Console.php b/library/Zend/Di/Display/Console.php index 39faa75cf45..22af7a92db5 100644 --- a/library/Zend/Di/Display/Console.php +++ b/library/Zend/Di/Display/Console.php @@ -179,5 +179,4 @@ protected function renderClassDefinition($definition, $class) } echo PHP_EOL; } - } diff --git a/library/Zend/Feed/Reader/Collection/Author.php b/library/Zend/Feed/Reader/Collection/Author.php index 2633fe9bef7..15c175e7a42 100644 --- a/library/Zend/Feed/Reader/Collection/Author.php +++ b/library/Zend/Feed/Reader/Collection/Author.php @@ -31,5 +31,4 @@ public function getValues() } return array_unique($authors); } - } diff --git a/library/Zend/Feed/Reader/Collection/Category.php b/library/Zend/Feed/Reader/Collection/Category.php index 78409e361d8..cc3659646ee 100644 --- a/library/Zend/Feed/Reader/Collection/Category.php +++ b/library/Zend/Feed/Reader/Collection/Category.php @@ -37,5 +37,4 @@ public function getValues() } return array_unique($categories); } - } diff --git a/library/Zend/Feed/Reader/Feed/Atom/Source.php b/library/Zend/Feed/Reader/Feed/Atom/Source.php index 636763ed2fc..3022270cce2 100644 --- a/library/Zend/Feed/Reader/Feed/Atom/Source.php +++ b/library/Zend/Feed/Reader/Feed/Atom/Source.php @@ -94,5 +94,4 @@ public function valid() {} * @return void */ protected function indexEntries() {} - } diff --git a/library/Zend/Feed/Reader/FeedSet.php b/library/Zend/Feed/Reader/FeedSet.php index 97e30669f57..2f464ee9863 100644 --- a/library/Zend/Feed/Reader/FeedSet.php +++ b/library/Zend/Feed/Reader/FeedSet.php @@ -127,5 +127,4 @@ public function offsetGet($offset) } return parent::offsetGet($offset); } - } diff --git a/library/Zend/Feed/Writer/Deleted.php b/library/Zend/Feed/Writer/Deleted.php index 98d9421265b..ac03e322a34 100644 --- a/library/Zend/Feed/Writer/Deleted.php +++ b/library/Zend/Feed/Writer/Deleted.php @@ -237,5 +237,4 @@ public function getComment() } return $this->data['comment']; } - } diff --git a/library/Zend/Feed/Writer/Feed.php b/library/Zend/Feed/Writer/Feed.php index 2eb264d0fc7..b815e97e04d 100644 --- a/library/Zend/Feed/Writer/Feed.php +++ b/library/Zend/Feed/Writer/Feed.php @@ -241,5 +241,4 @@ public function export($type, $ignoreExceptions = false) } return $renderer->render()->saveXml(); } - } diff --git a/library/Zend/Feed/Writer/Renderer/Entry/Atom/Deleted.php b/library/Zend/Feed/Writer/Renderer/Entry/Atom/Deleted.php index 173af1ac30d..05b9d52f84e 100644 --- a/library/Zend/Feed/Writer/Renderer/Entry/Atom/Deleted.php +++ b/library/Zend/Feed/Writer/Renderer/Entry/Atom/Deleted.php @@ -104,5 +104,4 @@ protected function _setBy(DOMDocument $dom, DOMElement $root) $uri->appendChild($text); } } - } diff --git a/library/Zend/Feed/Writer/Renderer/Entry/AtomDeleted.php b/library/Zend/Feed/Writer/Renderer/Entry/AtomDeleted.php index d06024ac0a3..378b7197fb7 100644 --- a/library/Zend/Feed/Writer/Renderer/Entry/AtomDeleted.php +++ b/library/Zend/Feed/Writer/Renderer/Entry/AtomDeleted.php @@ -104,5 +104,4 @@ protected function _setBy(DOMDocument $dom, DOMElement $root) $uri->appendChild($text); } } - } diff --git a/library/Zend/Feed/Writer/Renderer/Feed/Atom.php b/library/Zend/Feed/Writer/Renderer/Feed/Atom.php index 75ff761c4fd..7f17eb13116 100644 --- a/library/Zend/Feed/Writer/Renderer/Feed/Atom.php +++ b/library/Zend/Feed/Writer/Renderer/Feed/Atom.php @@ -96,5 +96,4 @@ public function render() } return $this; } - } diff --git a/library/Zend/Feed/Writer/Renderer/Feed/Atom/Source.php b/library/Zend/Feed/Writer/Renderer/Feed/Atom/Source.php index 8d4340e9411..bcc448d2e57 100644 --- a/library/Zend/Feed/Writer/Renderer/Feed/Atom/Source.php +++ b/library/Zend/Feed/Writer/Renderer/Feed/Atom/Source.php @@ -93,5 +93,4 @@ protected function _setGenerator(DOMDocument $dom, DOMElement $root) $generator->setAttribute('version', $gdata['version']); } } - } diff --git a/library/Zend/Feed/Writer/Renderer/Feed/AtomSource.php b/library/Zend/Feed/Writer/Renderer/Feed/AtomSource.php index ba3a694414a..ec572cb7c1a 100644 --- a/library/Zend/Feed/Writer/Renderer/Feed/AtomSource.php +++ b/library/Zend/Feed/Writer/Renderer/Feed/AtomSource.php @@ -95,5 +95,4 @@ protected function _setGenerator(DOMDocument $dom, DOMElement $root) $generator->setAttribute('version', $gdata['version']); } } - } diff --git a/library/Zend/Filter/Encrypt/BlockCipher.php b/library/Zend/Filter/Encrypt/BlockCipher.php index a247f042b3c..7c42438ad60 100644 --- a/library/Zend/Filter/Encrypt/BlockCipher.php +++ b/library/Zend/Filter/Encrypt/BlockCipher.php @@ -265,5 +265,4 @@ public function toString() { return 'BlockCipher'; } - } diff --git a/library/Zend/Filter/Word/SeparatorToSeparator.php b/library/Zend/Filter/Word/SeparatorToSeparator.php index 6c308681758..8c8f6b2b3e3 100644 --- a/library/Zend/Filter/Word/SeparatorToSeparator.php +++ b/library/Zend/Filter/Word/SeparatorToSeparator.php @@ -109,5 +109,4 @@ protected function _separatorToSeparatorFilter($value) $this->setReplacement($this->replacementSeparator); return parent::filter($value); } - } diff --git a/library/Zend/Http/Cookies.php b/library/Zend/Http/Cookies.php index 8e97d917f8e..52648d36b32 100644 --- a/library/Zend/Http/Cookies.php +++ b/library/Zend/Http/Cookies.php @@ -342,5 +342,4 @@ public function reset() $this->cookies = $this->rawCookies = array(); return $this; } - } diff --git a/library/Zend/Http/Header/AbstractAccept.php b/library/Zend/Http/Header/AbstractAccept.php index 3f46bc4d2f6..d1be22db133 100644 --- a/library/Zend/Http/Header/AbstractAccept.php +++ b/library/Zend/Http/Header/AbstractAccept.php @@ -452,5 +452,4 @@ public function getPrioritized() return $this->fieldValueParts; } - } diff --git a/library/Zend/Http/Header/Accept/FieldValuePart/AbstractFieldValuePart.php b/library/Zend/Http/Header/Accept/FieldValuePart/AbstractFieldValuePart.php index b5cfcda7b1a..09a784ca183 100644 --- a/library/Zend/Http/Header/Accept/FieldValuePart/AbstractFieldValuePart.php +++ b/library/Zend/Http/Header/Accept/FieldValuePart/AbstractFieldValuePart.php @@ -114,5 +114,4 @@ public function __get($key) { return $this->getInternalValues()->$key; } - } diff --git a/library/Zend/Http/Header/Accept/FieldValuePart/AcceptFieldValuePart.php b/library/Zend/Http/Header/Accept/FieldValuePart/AcceptFieldValuePart.php index 51bb9d02a5e..5ef13edab21 100644 --- a/library/Zend/Http/Header/Accept/FieldValuePart/AcceptFieldValuePart.php +++ b/library/Zend/Http/Header/Accept/FieldValuePart/AcceptFieldValuePart.php @@ -44,5 +44,4 @@ public function getFormat() { return $this->getInternalValues()->format; } - } diff --git a/library/Zend/Http/Header/Accept/FieldValuePart/CharsetFieldValuePart.php b/library/Zend/Http/Header/Accept/FieldValuePart/CharsetFieldValuePart.php index 87f547744a9..b6cedf7421a 100644 --- a/library/Zend/Http/Header/Accept/FieldValuePart/CharsetFieldValuePart.php +++ b/library/Zend/Http/Header/Accept/FieldValuePart/CharsetFieldValuePart.php @@ -29,5 +29,4 @@ public function getCharset() { return $this->getInternalValues()->type; } - } diff --git a/library/Zend/Http/Header/Accept/FieldValuePart/EncodingFieldValuePart.php b/library/Zend/Http/Header/Accept/FieldValuePart/EncodingFieldValuePart.php index 6fe18c5421d..b791190a6dc 100644 --- a/library/Zend/Http/Header/Accept/FieldValuePart/EncodingFieldValuePart.php +++ b/library/Zend/Http/Header/Accept/FieldValuePart/EncodingFieldValuePart.php @@ -29,5 +29,4 @@ public function getEncoding() { return $this->type; } - } diff --git a/library/Zend/Http/Header/Accept/FieldValuePart/LanguageFieldValuePart.php b/library/Zend/Http/Header/Accept/FieldValuePart/LanguageFieldValuePart.php index c857563dcb2..f548b085d12 100644 --- a/library/Zend/Http/Header/Accept/FieldValuePart/LanguageFieldValuePart.php +++ b/library/Zend/Http/Header/Accept/FieldValuePart/LanguageFieldValuePart.php @@ -35,5 +35,4 @@ public function getSubTag() { return $this->getInternalValues()->subtype; } - } diff --git a/library/Zend/Http/Header/AcceptLanguage.php b/library/Zend/Http/Header/AcceptLanguage.php index fd550916503..f734cb4e043 100644 --- a/library/Zend/Http/Header/AcceptLanguage.php +++ b/library/Zend/Http/Header/AcceptLanguage.php @@ -110,5 +110,4 @@ protected function parseFieldValuePart($fieldValuePart) return new FieldValuePart\LanguageFieldValuePart((object) $aggregated); } - } diff --git a/library/Zend/Http/Header/AcceptRanges.php b/library/Zend/Http/Header/AcceptRanges.php index 54ded133f88..edb024ac97a 100644 --- a/library/Zend/Http/Header/AcceptRanges.php +++ b/library/Zend/Http/Header/AcceptRanges.php @@ -63,5 +63,4 @@ public function toString() { return 'Accept-Ranges: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/AuthenticationInfo.php b/library/Zend/Http/Header/AuthenticationInfo.php index 269f21f46e9..7b0808f8ad9 100644 --- a/library/Zend/Http/Header/AuthenticationInfo.php +++ b/library/Zend/Http/Header/AuthenticationInfo.php @@ -48,5 +48,4 @@ public function toString() { return 'Authentication-Info: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Authorization.php b/library/Zend/Http/Header/Authorization.php index be9152fdae3..61e8247730a 100644 --- a/library/Zend/Http/Header/Authorization.php +++ b/library/Zend/Http/Header/Authorization.php @@ -48,5 +48,4 @@ public function toString() { return 'Authorization: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Connection.php b/library/Zend/Http/Header/Connection.php index ae1247e6e18..ba8fcaa558f 100644 --- a/library/Zend/Http/Header/Connection.php +++ b/library/Zend/Http/Header/Connection.php @@ -121,5 +121,4 @@ public function toString() { return 'Connection: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/ContentDisposition.php b/library/Zend/Http/Header/ContentDisposition.php index 67691806e17..213413bc9ff 100644 --- a/library/Zend/Http/Header/ContentDisposition.php +++ b/library/Zend/Http/Header/ContentDisposition.php @@ -48,5 +48,4 @@ public function toString() { return 'Content-Disposition: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/ContentEncoding.php b/library/Zend/Http/Header/ContentEncoding.php index 2ec7a609afd..fe733aefafb 100644 --- a/library/Zend/Http/Header/ContentEncoding.php +++ b/library/Zend/Http/Header/ContentEncoding.php @@ -48,5 +48,4 @@ public function toString() { return 'Content-Encoding: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/ContentLanguage.php b/library/Zend/Http/Header/ContentLanguage.php index 81760dc2898..f47129f0ada 100644 --- a/library/Zend/Http/Header/ContentLanguage.php +++ b/library/Zend/Http/Header/ContentLanguage.php @@ -48,5 +48,4 @@ public function toString() { return 'Content-Language: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/ContentLength.php b/library/Zend/Http/Header/ContentLength.php index 0a9076921ae..cd26df3f746 100644 --- a/library/Zend/Http/Header/ContentLength.php +++ b/library/Zend/Http/Header/ContentLength.php @@ -48,5 +48,4 @@ public function toString() { return 'Content-Length: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/ContentMD5.php b/library/Zend/Http/Header/ContentMD5.php index 33880db3a69..435839beff7 100644 --- a/library/Zend/Http/Header/ContentMD5.php +++ b/library/Zend/Http/Header/ContentMD5.php @@ -48,5 +48,4 @@ public function toString() { return 'Content-MD5: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/ContentRange.php b/library/Zend/Http/Header/ContentRange.php index 519ee1f087d..08d4b071bc8 100644 --- a/library/Zend/Http/Header/ContentRange.php +++ b/library/Zend/Http/Header/ContentRange.php @@ -48,5 +48,4 @@ public function toString() { return 'Content-Range: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/ContentType.php b/library/Zend/Http/Header/ContentType.php index 8176789d410..4f16178492e 100644 --- a/library/Zend/Http/Header/ContentType.php +++ b/library/Zend/Http/Header/ContentType.php @@ -48,5 +48,4 @@ public function toString() { return 'Content-Type: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Etag.php b/library/Zend/Http/Header/Etag.php index 8a225212573..2e6a20c31c7 100644 --- a/library/Zend/Http/Header/Etag.php +++ b/library/Zend/Http/Header/Etag.php @@ -48,5 +48,4 @@ public function toString() { return 'Etag: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Expect.php b/library/Zend/Http/Header/Expect.php index b6072a1f8fe..16312fa7202 100644 --- a/library/Zend/Http/Header/Expect.php +++ b/library/Zend/Http/Header/Expect.php @@ -48,5 +48,4 @@ public function toString() { return 'Expect: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/From.php b/library/Zend/Http/Header/From.php index e7606c51c68..009be96ab75 100644 --- a/library/Zend/Http/Header/From.php +++ b/library/Zend/Http/Header/From.php @@ -48,5 +48,4 @@ public function toString() { return 'From: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Host.php b/library/Zend/Http/Header/Host.php index 5bbd8d9d079..e430f345144 100644 --- a/library/Zend/Http/Header/Host.php +++ b/library/Zend/Http/Header/Host.php @@ -48,5 +48,4 @@ public function toString() { return 'Host: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/IfMatch.php b/library/Zend/Http/Header/IfMatch.php index 785fc7eb7e1..5588642e192 100644 --- a/library/Zend/Http/Header/IfMatch.php +++ b/library/Zend/Http/Header/IfMatch.php @@ -48,5 +48,4 @@ public function toString() { return 'If-Match: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/IfNoneMatch.php b/library/Zend/Http/Header/IfNoneMatch.php index 16047bedd91..98a2a148f5e 100644 --- a/library/Zend/Http/Header/IfNoneMatch.php +++ b/library/Zend/Http/Header/IfNoneMatch.php @@ -48,5 +48,4 @@ public function toString() { return 'If-None-Match: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/IfRange.php b/library/Zend/Http/Header/IfRange.php index 39e3d144f1a..398f2301d3a 100644 --- a/library/Zend/Http/Header/IfRange.php +++ b/library/Zend/Http/Header/IfRange.php @@ -48,5 +48,4 @@ public function toString() { return 'If-Range: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/KeepAlive.php b/library/Zend/Http/Header/KeepAlive.php index ecb2d93616e..d34d72ef0cd 100644 --- a/library/Zend/Http/Header/KeepAlive.php +++ b/library/Zend/Http/Header/KeepAlive.php @@ -48,5 +48,4 @@ public function toString() { return 'Keep-Alive: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/MaxForwards.php b/library/Zend/Http/Header/MaxForwards.php index f4b1baa8b91..ff27600283d 100644 --- a/library/Zend/Http/Header/MaxForwards.php +++ b/library/Zend/Http/Header/MaxForwards.php @@ -48,5 +48,4 @@ public function toString() { return 'Max-Forwards: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Pragma.php b/library/Zend/Http/Header/Pragma.php index a0b90d794c5..bfe7b54baf0 100644 --- a/library/Zend/Http/Header/Pragma.php +++ b/library/Zend/Http/Header/Pragma.php @@ -48,5 +48,4 @@ public function toString() { return 'Pragma: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/ProxyAuthorization.php b/library/Zend/Http/Header/ProxyAuthorization.php index 2a21198a399..872b2537f6b 100644 --- a/library/Zend/Http/Header/ProxyAuthorization.php +++ b/library/Zend/Http/Header/ProxyAuthorization.php @@ -48,5 +48,4 @@ public function toString() { return 'Proxy-Authorization: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Range.php b/library/Zend/Http/Header/Range.php index 41832bcccc6..27429d433a5 100644 --- a/library/Zend/Http/Header/Range.php +++ b/library/Zend/Http/Header/Range.php @@ -48,5 +48,4 @@ public function toString() { return 'Range: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Refresh.php b/library/Zend/Http/Header/Refresh.php index d487aad32b6..7ebde812f40 100644 --- a/library/Zend/Http/Header/Refresh.php +++ b/library/Zend/Http/Header/Refresh.php @@ -48,5 +48,4 @@ public function toString() { return 'Refresh: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/RetryAfter.php b/library/Zend/Http/Header/RetryAfter.php index a6729bb9e0c..7d26fffee62 100644 --- a/library/Zend/Http/Header/RetryAfter.php +++ b/library/Zend/Http/Header/RetryAfter.php @@ -108,5 +108,4 @@ public function toString() { return 'Retry-After: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Server.php b/library/Zend/Http/Header/Server.php index 3d9bad7577c..8e26e1e798f 100644 --- a/library/Zend/Http/Header/Server.php +++ b/library/Zend/Http/Header/Server.php @@ -48,5 +48,4 @@ public function toString() { return 'Server: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/TE.php b/library/Zend/Http/Header/TE.php index dde162f8aa9..d873b255203 100644 --- a/library/Zend/Http/Header/TE.php +++ b/library/Zend/Http/Header/TE.php @@ -48,5 +48,4 @@ public function toString() { return 'TE: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Trailer.php b/library/Zend/Http/Header/Trailer.php index 5418bc6a34e..2a1ae021eba 100644 --- a/library/Zend/Http/Header/Trailer.php +++ b/library/Zend/Http/Header/Trailer.php @@ -48,5 +48,4 @@ public function toString() { return 'Trailer: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/TransferEncoding.php b/library/Zend/Http/Header/TransferEncoding.php index e408a76b443..090d49d3c4e 100644 --- a/library/Zend/Http/Header/TransferEncoding.php +++ b/library/Zend/Http/Header/TransferEncoding.php @@ -48,5 +48,4 @@ public function toString() { return 'Transfer-Encoding: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Upgrade.php b/library/Zend/Http/Header/Upgrade.php index 6898f707f17..26add6c49f1 100644 --- a/library/Zend/Http/Header/Upgrade.php +++ b/library/Zend/Http/Header/Upgrade.php @@ -48,5 +48,4 @@ public function toString() { return 'Upgrade: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/UserAgent.php b/library/Zend/Http/Header/UserAgent.php index c19730a826b..fb8cf7423ac 100644 --- a/library/Zend/Http/Header/UserAgent.php +++ b/library/Zend/Http/Header/UserAgent.php @@ -48,5 +48,4 @@ public function toString() { return 'User-Agent: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Vary.php b/library/Zend/Http/Header/Vary.php index aff7dd9287b..6f7d4156a96 100644 --- a/library/Zend/Http/Header/Vary.php +++ b/library/Zend/Http/Header/Vary.php @@ -48,5 +48,4 @@ public function toString() { return 'Vary: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Via.php b/library/Zend/Http/Header/Via.php index 5d82bd500c5..06077a5ad86 100644 --- a/library/Zend/Http/Header/Via.php +++ b/library/Zend/Http/Header/Via.php @@ -48,5 +48,4 @@ public function toString() { return 'Via: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/Http/Header/Warning.php b/library/Zend/Http/Header/Warning.php index d0194df4af6..920c7126846 100644 --- a/library/Zend/Http/Header/Warning.php +++ b/library/Zend/Http/Header/Warning.php @@ -48,5 +48,4 @@ public function toString() { return 'Warning: ' . $this->getFieldValue(); } - } diff --git a/library/Zend/I18n/Validator/Alpha.php b/library/Zend/I18n/Validator/Alpha.php index f0f5730eaa0..67f77c5fdc2 100644 --- a/library/Zend/I18n/Validator/Alpha.php +++ b/library/Zend/I18n/Validator/Alpha.php @@ -84,5 +84,4 @@ public function isValid($value) return true; } - } diff --git a/library/Zend/Loader/StandardAutoloader.php b/library/Zend/Loader/StandardAutoloader.php index 500cdea22f5..78ae4727ac1 100644 --- a/library/Zend/Loader/StandardAutoloader.php +++ b/library/Zend/Loader/StandardAutoloader.php @@ -327,5 +327,4 @@ protected function normalizeDirectory($directory) $directory .= DIRECTORY_SEPARATOR; return $directory; } - } diff --git a/library/Zend/Mail/Header/MessageId.php b/library/Zend/Mail/Header/MessageId.php index 1eb59a1ad9b..8649f8a93c6 100644 --- a/library/Zend/Mail/Header/MessageId.php +++ b/library/Zend/Mail/Header/MessageId.php @@ -117,5 +117,4 @@ public function createMessageId() return sha1($time . $user . $rand) . '@' . $hostName; } - } diff --git a/library/Zend/Mail/Protocol/Imap.php b/library/Zend/Mail/Protocol/Imap.php index 9b39a80dc6d..f580e483b43 100644 --- a/library/Zend/Mail/Protocol/Imap.php +++ b/library/Zend/Mail/Protocol/Imap.php @@ -790,5 +790,4 @@ public function search(array $params) } return array(); } - } diff --git a/library/Zend/Mail/Storage/AbstractStorage.php b/library/Zend/Mail/Storage/AbstractStorage.php index 2f951a9e5ca..9d7bf55aa51 100644 --- a/library/Zend/Mail/Storage/AbstractStorage.php +++ b/library/Zend/Mail/Storage/AbstractStorage.php @@ -338,5 +338,4 @@ public function seek($pos) } $this->iterationPos = $pos; } - } diff --git a/library/Zend/Mail/Storage/Mbox.php b/library/Zend/Mail/Storage/Mbox.php index 7446cfd0ebe..19a40af0fc3 100644 --- a/library/Zend/Mail/Storage/Mbox.php +++ b/library/Zend/Mail/Storage/Mbox.php @@ -397,5 +397,4 @@ public function __wakeup() } } } - } diff --git a/library/Zend/Mvc/Controller/AbstractRestfulController.php b/library/Zend/Mvc/Controller/AbstractRestfulController.php index cd57dc8841a..3630b957b3f 100644 --- a/library/Zend/Mvc/Controller/AbstractRestfulController.php +++ b/library/Zend/Mvc/Controller/AbstractRestfulController.php @@ -211,5 +211,4 @@ public function processPutData(Request $request, $routeMatch) return $this->update($id, $parsedParams); } - } diff --git a/library/Zend/Mvc/Controller/Plugin/AcceptableViewModelSelector.php b/library/Zend/Mvc/Controller/Plugin/AcceptableViewModelSelector.php index 0c28223fdd6..4681f2cbfff 100644 --- a/library/Zend/Mvc/Controller/Plugin/AcceptableViewModelSelector.php +++ b/library/Zend/Mvc/Controller/Plugin/AcceptableViewModelSelector.php @@ -284,5 +284,4 @@ protected function getEvent() return $this->event; } - } diff --git a/library/Zend/Mvc/View/Console/InjectNamedConsoleParamsListener.php b/library/Zend/Mvc/View/Console/InjectNamedConsoleParamsListener.php index 7c7c7320f9c..7b1abc2e1de 100644 --- a/library/Zend/Mvc/View/Console/InjectNamedConsoleParamsListener.php +++ b/library/Zend/Mvc/View/Console/InjectNamedConsoleParamsListener.php @@ -75,5 +75,4 @@ public function injectNamedParams(MvcEvent $e) ); $request->getParams()->fromArray($params); } - } diff --git a/library/Zend/Server/Reflection/ReflectionMethod.php b/library/Zend/Server/Reflection/ReflectionMethod.php index 9d07099d6a7..1b884c463a7 100644 --- a/library/Zend/Server/Reflection/ReflectionMethod.php +++ b/library/Zend/Server/Reflection/ReflectionMethod.php @@ -88,5 +88,4 @@ public function __wakeup() $this->classReflection = new ReflectionClass(new \ReflectionClass($this->class), $this->getNamespace(), $this->getInvokeArguments()); $this->reflection = new \ReflectionMethod($this->classReflection->getName(), $this->getName()); } - } diff --git a/library/Zend/ServiceManager/AbstractPluginManager.php b/library/Zend/ServiceManager/AbstractPluginManager.php index 41ba046bb78..c42f3b6f18d 100644 --- a/library/Zend/ServiceManager/AbstractPluginManager.php +++ b/library/Zend/ServiceManager/AbstractPluginManager.php @@ -218,5 +218,4 @@ protected function createFromFactory($canonicalName, $requestedName) return $instance; } - } diff --git a/library/Zend/ServiceManager/Config.php b/library/Zend/ServiceManager/Config.php index 352072e7d95..1c0be66afca 100644 --- a/library/Zend/ServiceManager/Config.php +++ b/library/Zend/ServiceManager/Config.php @@ -151,5 +151,4 @@ public function configureServiceManager(ServiceManager $serviceManager) $serviceManager->setShared($name, $isShared); } } - } diff --git a/library/Zend/ServiceManager/Di/DiServiceFactory.php b/library/Zend/ServiceManager/Di/DiServiceFactory.php index c3871924e20..c64746cd0ae 100644 --- a/library/Zend/ServiceManager/Di/DiServiceFactory.php +++ b/library/Zend/ServiceManager/Di/DiServiceFactory.php @@ -120,5 +120,4 @@ public function get($name, array $params = array()) } } - } diff --git a/library/Zend/ServiceManager/Di/DiServiceInitializer.php b/library/Zend/ServiceManager/Di/DiServiceInitializer.php index 2b440c156de..ca66cbae31b 100644 --- a/library/Zend/ServiceManager/Di/DiServiceInitializer.php +++ b/library/Zend/ServiceManager/Di/DiServiceInitializer.php @@ -65,5 +65,4 @@ public function initialize($instance, ServiceLocatorInterface $serviceLocator) throw $e; } } - } diff --git a/library/Zend/Soap/Client/Common.php b/library/Zend/Soap/Client/Common.php index 6128a03ba35..7eac81e5c59 100644 --- a/library/Zend/Soap/Client/Common.php +++ b/library/Zend/Soap/Client/Common.php @@ -59,7 +59,6 @@ public function __doRequest($request, $location, $action, $version, $oneWay = nu return call_user_func($this->doRequestCallback, $this, $request, $location, $action, $version, $oneWay); } - } } // end if (extension_loaded('soap') diff --git a/library/Zend/Soap/Client/DotNet.php b/library/Zend/Soap/Client/DotNet.php index 87be3ac5c68..c0c1298e5ba 100644 --- a/library/Zend/Soap/Client/DotNet.php +++ b/library/Zend/Soap/Client/DotNet.php @@ -74,5 +74,4 @@ protected function _preProcessResult($result) return $result->$resultProperty; } - } diff --git a/library/Zend/Stdlib/DateTime.php b/library/Zend/Stdlib/DateTime.php index 032fc94ff91..292f67080e8 100644 --- a/library/Zend/Stdlib/DateTime.php +++ b/library/Zend/Stdlib/DateTime.php @@ -44,5 +44,4 @@ public static function createFromISO8601($time, DateTimeZone $timezone = null) return self::createFromFormat($format, $time); } - } diff --git a/library/Zend/Stdlib/Message.php b/library/Zend/Stdlib/Message.php index ca540d04cc8..bf622de91ee 100644 --- a/library/Zend/Stdlib/Message.php +++ b/library/Zend/Stdlib/Message.php @@ -120,5 +120,4 @@ public function toString() $request .= "\r\n" . $this->getContent(); return $request; } - } diff --git a/library/Zend/Validator/GreaterThan.php b/library/Zend/Validator/GreaterThan.php index 79990a3f8d0..6448f2f53ff 100644 --- a/library/Zend/Validator/GreaterThan.php +++ b/library/Zend/Validator/GreaterThan.php @@ -160,5 +160,4 @@ public function isValid($value) return true; } - } diff --git a/library/Zend/Validator/Hex.php b/library/Zend/Validator/Hex.php index 01814c227e6..f4ca923206f 100644 --- a/library/Zend/Validator/Hex.php +++ b/library/Zend/Validator/Hex.php @@ -50,5 +50,4 @@ public function isValid($value) return true; } - } diff --git a/library/Zend/View/Helper/EscapeCss.php b/library/Zend/View/Helper/EscapeCss.php index fe4797e28fd..bea355db975 100644 --- a/library/Zend/View/Helper/EscapeCss.php +++ b/library/Zend/View/Helper/EscapeCss.php @@ -31,5 +31,4 @@ protected function escape($value) { return $this->getEscaper()->escapeCss($value); } - } diff --git a/library/Zend/View/Helper/EscapeHtml.php b/library/Zend/View/Helper/EscapeHtml.php index 3149afdf974..87d6543295d 100644 --- a/library/Zend/View/Helper/EscapeHtml.php +++ b/library/Zend/View/Helper/EscapeHtml.php @@ -31,5 +31,4 @@ protected function escape($value) { return $this->getEscaper()->escapeHtml($value); } - } diff --git a/library/Zend/View/Helper/EscapeHtmlAttr.php b/library/Zend/View/Helper/EscapeHtmlAttr.php index 237bfd75938..501a7630272 100644 --- a/library/Zend/View/Helper/EscapeHtmlAttr.php +++ b/library/Zend/View/Helper/EscapeHtmlAttr.php @@ -31,5 +31,4 @@ protected function escape($value) { return $this->getEscaper()->escapeHtmlAttr($value); } - } diff --git a/library/Zend/View/Helper/EscapeJs.php b/library/Zend/View/Helper/EscapeJs.php index ec99b2e3b4c..ca13d40f5aa 100644 --- a/library/Zend/View/Helper/EscapeJs.php +++ b/library/Zend/View/Helper/EscapeJs.php @@ -31,5 +31,4 @@ protected function escape($value) { return $this->getEscaper()->escapeJs($value); } - } diff --git a/library/Zend/View/Helper/EscapeUrl.php b/library/Zend/View/Helper/EscapeUrl.php index 749a36b6268..9534b7cce78 100644 --- a/library/Zend/View/Helper/EscapeUrl.php +++ b/library/Zend/View/Helper/EscapeUrl.php @@ -31,5 +31,4 @@ protected function escape($value) { return $this->getEscaper()->escapeUrl($value); } - } diff --git a/library/Zend/View/Renderer/ConsoleRenderer.php b/library/Zend/View/Renderer/ConsoleRenderer.php index 50fc299492d..5896c459919 100644 --- a/library/Zend/View/Renderer/ConsoleRenderer.php +++ b/library/Zend/View/Renderer/ConsoleRenderer.php @@ -151,5 +151,4 @@ public function canRenderTrees() { return true; } - } diff --git a/library/Zend/View/Renderer/PhpRenderer.php b/library/Zend/View/Renderer/PhpRenderer.php index 4fd2cccea38..19a2e311b5d 100644 --- a/library/Zend/View/Renderer/PhpRenderer.php +++ b/library/Zend/View/Renderer/PhpRenderer.php @@ -522,5 +522,4 @@ public function __clone() { $this->__vars = clone $this->vars(); } - } diff --git a/library/Zend/XmlRpc/Client/ServerIntrospection.php b/library/Zend/XmlRpc/Client/ServerIntrospection.php index 1c3eba99c9b..62f466fcdb1 100644 --- a/library/Zend/XmlRpc/Client/ServerIntrospection.php +++ b/library/Zend/XmlRpc/Client/ServerIntrospection.php @@ -149,5 +149,4 @@ public function listMethods() { return $this->system->listMethods(); } - }