From 1aabc5da64461cce308992f6b33139ac0dcfc517 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 8 Jun 2011 12:16:48 +0200 Subject: [PATCH] fixed CS --- check_cs | 4 +++- src/Symfony/Bridge/Doctrine/Annotations/IndexedReader.php | 2 +- .../Bridge/Doctrine/Form/ChoiceList/EntityChoiceList.php | 2 +- .../Form/DataTransformer/EntitiesToArrayTransformer.php | 2 +- .../Doctrine/Form/DataTransformer/EntityToIdTransformer.php | 2 +- .../Doctrine/Form/EventListener/MergeCollectionListener.php | 2 +- .../Bridge/Twig/Resources/views/Form/div_layout.html.twig | 2 +- .../Command/Proxy/ClearMetadataCacheDoctrineCommand.php | 2 +- .../Command/Proxy/ClearQueryCacheDoctrineCommand.php | 2 +- .../Command/Proxy/ClearResultCacheDoctrineCommand.php | 2 +- .../Command/Proxy/CreateSchemaDoctrineCommand.php | 2 +- .../Command/Proxy/DropSchemaDoctrineCommand.php | 2 +- .../Command/Proxy/EnsureProductionSettingsDoctrineCommand.php | 2 +- .../DoctrineBundle/Command/Proxy/RunDqlDoctrineCommand.php | 2 +- .../Command/Proxy/UpdateSchemaDoctrineCommand.php | 2 +- src/Symfony/Bundle/DoctrineBundle/ConnectionFactory.php | 2 +- src/Symfony/Bundle/DoctrineBundle/Tests/ContainerTest.php | 2 +- .../Fixtures/Bundles/AnnotationsBundle/Entity/Test.php | 2 +- .../Fixtures/Bundles/Vendor/AnnotationsBundle/Entity/Test.php | 2 +- .../Fixtures/Bundles/XmlBundle/Entity/Test.php | 2 +- .../Fixtures/Bundles/YamlBundle/Entity/Test.php | 2 +- .../Bundles/YamlBundle/Resources/config/doctrine/Test.orm.yml | 2 +- .../Tests/DependencyInjection/TestDatetimeFunction.php | 2 +- .../Tests/DependencyInjection/TestNumericFunction.php | 2 +- .../Tests/DependencyInjection/TestStringFunction.php | 2 +- .../DoctrineBundle/Tests/DependencyInjection/TestType.php | 2 +- .../Tests/DependencyInjection/XMLSchemaTest.php | 2 +- .../Tests/DependencyInjection/XmlDoctrineExtensionTest.php | 2 +- .../Tests/DependencyInjection/YamlDoctrineExtensionTest.php | 2 +- src/Symfony/Bundle/FrameworkBundle/Client.php | 2 +- .../Compiler/AddConstraintValidatorsPass.php | 2 +- .../DependencyInjection/Compiler/CompilerDebugDumpPass.php | 2 +- .../FrameworkBundle/DependencyInjection/Compiler/FormPass.php | 2 +- .../Bundle/FrameworkBundle/EventListener/SessionListener.php | 2 +- .../bundle/generic/Resources/views/Default/index.html.twig | 2 +- .../FrameworkBundle/Resources/views/Exception/trace.html.twig | 2 +- .../Resources/views/Exception/traces.html.twig | 2 +- .../Resources/views/Form/email_widget.html.php | 2 +- .../FrameworkBundle/Resources/views/Form/field_rest.html.php | 2 +- .../FrameworkBundle/Resources/views/Form/field_row.html.php | 2 +- .../Resources/views/Form/field_widget.html.php | 2 +- .../FrameworkBundle/Resources/views/Form/file_label.html.php | 2 +- .../FrameworkBundle/Resources/views/Form/hidden_row.html.php | 2 +- .../Resources/views/Form/hidden_widget.html.php | 2 +- .../Resources/views/Form/integer_widget.html.php | 2 +- .../Resources/views/Form/number_widget.html.php | 2 +- .../Resources/views/Form/password_widget.html.php | 2 +- .../Resources/views/Form/repeated_row.html.php | 2 +- .../Resources/views/Form/search_widget.html.php | 2 +- .../FrameworkBundle/Resources/views/Form/text_widget.html.php | 2 +- .../FrameworkBundle/Resources/views/Form/time_widget.html.php | 2 +- .../FrameworkBundle/Resources/views/Form/url_widget.html.php | 2 +- .../Tests/ContainerAwareEventDispatcherTest.php | 2 +- .../DependencyInjection/Fixtures/TestBundle/TestBundle.php | 2 +- src/Symfony/Bundle/FrameworkBundle/Tests/HttpKernelTest.php | 2 +- .../Templating/Helper/Fixtures/StubTemplateNameParser.php | 2 +- .../Tests/Templating/Helper/Fixtures/StubTranslator.php | 2 +- .../Templating/Helper/Resources/_text_id_widget.html.php | 2 +- .../DependencyInjection/Compiler/AddSecurityVotersPass.php | 2 +- .../DependencyInjection/FactoryConfiguration.php | 2 +- .../SecurityBundle/DependencyInjection/MainConfiguration.php | 2 +- .../Bundle/SecurityBundle/EventListener/ResponseListener.php | 2 +- src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php | 2 +- .../DependencyInjection/Fixtures/php/custom_acl_provider.php | 2 +- .../Tests/DependencyInjection/Fixtures/php/merge.php | 2 +- .../Tests/DependencyInjection/Fixtures/php/merge_import.php | 2 +- .../DependencyInjection/Fixtures/xml/custom_acl_provider.xml | 2 +- .../Tests/DependencyInjection/Fixtures/xml/merge.xml | 2 +- .../Tests/DependencyInjection/Fixtures/xml/merge_import.xml | 2 +- .../DependencyInjection/Fixtures/yml/custom_acl_provider.yml | 2 +- .../Tests/DependencyInjection/Fixtures/yml/merge.yml | 2 +- .../Security/Factory/AbstractFactoryTest.php | 2 +- .../Bundle/FormLoginBundle/Controller/LoginController.php | 2 +- .../Functional/Bundle/FormLoginBundle/FormLoginBundle.php | 2 +- .../Bundle/FormLoginBundle/Resources/config/routing.yml | 2 +- .../Resources/views/Login/after_login.html.twig | 2 +- .../FormLoginBundle/Resources/views/Login/login.html.twig | 2 +- .../Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php | 2 +- .../Tests/Functional/SecurityRoutingIntegrationTest.php | 2 +- .../Bundle/SecurityBundle/Tests/Functional/WebTestCase.php | 2 +- .../Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php | 2 +- .../Tests/Functional/app/StandardFormLogin/bundles.php | 2 +- .../Tests/Functional/app/StandardFormLogin/config.yml | 2 +- .../SecurityBundle/Tests/Functional/app/config/default.yml | 2 +- .../SwiftmailerBundle/DataCollector/MessageDataCollector.php | 2 +- .../Resources/views/Profiler/header.html.twig | 2 +- src/Symfony/Component/Config/Definition/ArrayNode.php | 2 +- src/Symfony/Component/Config/Definition/BooleanNode.php | 2 +- .../Config/Definition/Builder/ArrayNodeDefinition.php | 2 +- .../Config/Definition/Builder/BooleanNodeDefinition.php | 2 +- .../Component/Config/Definition/Builder/ExprBuilder.php | 2 +- .../Component/Config/Definition/Builder/MergeBuilder.php | 2 +- .../Component/Config/Definition/Builder/NodeBuilder.php | 2 +- .../Component/Config/Definition/Builder/NodeDefinition.php | 2 +- .../Config/Definition/Builder/NormalizationBuilder.php | 2 +- .../Config/Definition/Builder/ScalarNodeDefinition.php | 2 +- .../Component/Config/Definition/Builder/TreeBuilder.php | 2 +- .../Component/Config/Definition/Builder/ValidationBuilder.php | 2 +- .../Config/Definition/Builder/VariableNodeDefinition.php | 2 +- .../Component/Config/Definition/ConfigurationInterface.php | 2 +- .../Component/Config/Definition/Exception/Exception.php | 2 +- .../Definition/Exception/ForbiddenOverwriteException.php | 2 +- .../Definition/Exception/InvalidConfigurationException.php | 2 +- .../Config/Definition/Exception/InvalidTypeException.php | 2 +- .../Config/Definition/Exception/UnsetKeyException.php | 2 +- src/Symfony/Component/Config/Definition/NodeInterface.php | 2 +- src/Symfony/Component/Config/Definition/Processor.php | 2 +- .../Component/Config/Definition/PrototypeNodeInterface.php | 2 +- .../Component/Config/Definition/PrototypedArrayNode.php | 2 +- src/Symfony/Component/Config/Definition/ScalarNode.php | 2 +- src/Symfony/Component/Config/Definition/VariableNode.php | 2 +- .../Component/Config/Exception/FileLoaderImportException.php | 2 +- .../Compiler/CheckCircularReferencesPass.php | 2 +- .../Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php | 2 +- .../Component/DependencyInjection/Compiler/Compiler.php | 2 +- .../DependencyInjection/Compiler/LoggingFormatter.php | 2 +- .../Compiler/RemoveAbstractDefinitionsPass.php | 2 +- .../DependencyInjection/Compiler/RemovePrivateAliasesPass.php | 2 +- .../Compiler/RemoveUnusedDefinitionsPass.php | 2 +- .../DependencyInjection/Compiler/RepeatablePassInterface.php | 2 +- .../Component/DependencyInjection/Compiler/RepeatedPass.php | 2 +- .../DependencyInjection/Compiler/ServiceReferenceGraph.php | 2 +- .../Compiler/ServiceReferenceGraphEdge.php | 2 +- .../Compiler/ServiceReferenceGraphNode.php | 2 +- .../DependencyInjection/Exception/InactiveScopeException.php | 2 +- .../Exception/ParameterCircularReferenceException.php | 2 +- .../DependencyInjection/Exception/RuntimeException.php | 2 +- .../Exception/ScopeCrossingInjectionException.php | 2 +- .../Exception/ScopeWideningInjectionException.php | 2 +- .../Exception/ServiceCircularReferenceException.php | 2 +- .../Exception/ServiceNotFoundException.php | 2 +- src/Symfony/Component/DependencyInjection/Scope.php | 2 +- src/Symfony/Component/DependencyInjection/ScopeInterface.php | 2 +- src/Symfony/Component/DependencyInjection/Variable.php | 2 +- .../Component/Finder/Iterator/RecursiveDirectoryIterator.php | 2 +- src/Symfony/Component/Form/AbstractExtension.php | 2 +- src/Symfony/Component/Form/CallbackTransformer.php | 2 +- src/Symfony/Component/Form/CallbackValidator.php | 2 +- src/Symfony/Component/Form/DataMapperInterface.php | 2 +- src/Symfony/Component/Form/DataTransformerInterface.php | 2 +- src/Symfony/Component/Form/Event/DataEvent.php | 2 +- src/Symfony/Component/Form/Event/FilterDataEvent.php | 2 +- src/Symfony/Component/Form/Exception/CreationException.php | 2 +- .../Component/Form/Exception/FieldDefinitionException.php | 2 +- src/Symfony/Component/Form/Exception/FormException.php | 2 +- .../Form/Exception/InvalidConfigurationException.php | 2 +- .../Component/Form/Exception/InvalidOptionsException.php | 2 +- .../Component/Form/Exception/InvalidPropertyException.php | 2 +- .../Component/Form/Exception/InvalidPropertyPathException.php | 2 +- .../Component/Form/Exception/MissingOptionsException.php | 2 +- .../Form/Exception/PropertyAccessDeniedException.php | 2 +- .../Component/Form/Exception/TypeDefinitionException.php | 2 +- src/Symfony/Component/Form/Exception/TypeLoaderException.php | 2 +- .../Component/Form/Exception/UnexpectedTypeException.php | 2 +- .../Form/Extension/Core/ChoiceList/ArrayChoiceList.php | 2 +- .../Form/Extension/Core/ChoiceList/ChoiceListInterface.php | 2 +- .../Form/Extension/Core/ChoiceList/MonthChoiceList.php | 2 +- .../Form/Extension/Core/ChoiceList/PaddedChoiceList.php | 2 +- .../Form/Extension/Core/DataMapper/PropertyPathMapper.php | 2 +- .../Core/DataTransformer/ArrayToBooleanChoicesTransformer.php | 2 +- .../Core/DataTransformer/ArrayToChoicesTransformer.php | 2 +- .../Core/DataTransformer/ArrayToPartsTransformer.php | 2 +- .../Core/DataTransformer/BaseDateTimeTransformer.php | 2 +- .../Core/DataTransformer/BooleanToStringTransformer.php | 2 +- .../Core/DataTransformer/DateTimeToArrayTransformer.php | 2 +- .../DataTransformer/DateTimeToLocalizedStringTransformer.php | 2 +- .../Core/DataTransformer/DateTimeToStringTransformer.php | 2 +- .../Core/DataTransformer/DateTimeToTimestampTransformer.php | 2 +- .../Extension/Core/DataTransformer/FileToArrayTransformer.php | 2 +- .../Core/DataTransformer/FileToStringTransformer.php | 2 +- .../DataTransformer/MoneyToLocalizedStringTransformer.php | 2 +- .../DataTransformer/NumberToLocalizedStringTransformer.php | 2 +- .../DataTransformer/PercentToLocalizedStringTransformer.php | 2 +- .../Core/DataTransformer/ScalarToChoiceTransformer.php | 2 +- .../Core/DataTransformer/ValueToDuplicatesTransformer.php | 2 +- .../Extension/Core/EventListener/FixFileUploadListener.php | 2 +- .../Extension/Core/EventListener/FixUrlProtocolListener.php | 2 +- .../Form/Extension/Core/EventListener/TrimListener.php | 2 +- .../Component/Form/Extension/Core/Type/BirthdayType.php | 2 +- .../Component/Form/Extension/Core/Type/CollectionType.php | 2 +- .../Component/Form/Extension/Core/Type/CountryType.php | 2 +- src/Symfony/Component/Form/Extension/Core/Type/EmailType.php | 2 +- src/Symfony/Component/Form/Extension/Core/Type/HiddenType.php | 2 +- .../Component/Form/Extension/Core/Type/IntegerType.php | 2 +- .../Component/Form/Extension/Core/Type/LanguageType.php | 2 +- src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php | 2 +- src/Symfony/Component/Form/Extension/Core/Type/NumberType.php | 2 +- .../Component/Form/Extension/Core/Type/PercentType.php | 2 +- .../Component/Form/Extension/Core/Type/RepeatedType.php | 2 +- .../Component/Form/Extension/Core/Type/TextareaType.php | 2 +- .../Component/Form/Extension/Core/Type/TimezoneType.php | 2 +- src/Symfony/Component/Form/Extension/Core/Type/UrlType.php | 2 +- .../Form/Extension/Core/Validator/DefaultValidator.php | 2 +- .../Extension/Csrf/CsrfProvider/CsrfProviderInterface.php | 2 +- .../Form/Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php | 2 +- .../Form/Extension/Csrf/CsrfProvider/SessionCsrfProvider.php | 2 +- src/Symfony/Component/Form/Extension/Csrf/Type/CsrfType.php | 2 +- .../Extension/Validator/Type/FieldTypeValidatorExtension.php | 2 +- src/Symfony/Component/Form/FormBuilder.php | 2 +- src/Symfony/Component/Form/FormError.php | 2 +- src/Symfony/Component/Form/FormTypeExtensionInterface.php | 2 +- src/Symfony/Component/Form/FormTypeGuesserChain.php | 2 +- src/Symfony/Component/Form/FormTypeGuesserInterface.php | 2 +- src/Symfony/Component/Form/FormTypeInterface.php | 2 +- src/Symfony/Component/Form/FormValidatorInterface.php | 2 +- src/Symfony/Component/Form/Guess/Guess.php | 2 +- src/Symfony/Component/Form/Guess/TypeGuess.php | 2 +- src/Symfony/Component/Form/Guess/ValueGuess.php | 2 +- src/Symfony/Component/Form/Util/FormUtil.php | 2 +- src/Symfony/Component/Form/Util/PropertyPathIterator.php | 2 +- src/Symfony/Component/HttpFoundation/Cookie.php | 2 +- .../HttpFoundation/File/Exception/AccessDeniedException.php | 2 +- .../Component/HttpFoundation/File/Exception/FileException.php | 2 +- .../HttpFoundation/File/Exception/FileNotFoundException.php | 2 +- .../HttpFoundation/File/Exception/UnexpectedTypeException.php | 2 +- .../File/MimeType/FileBinaryMimeTypeGuesser.php | 2 +- .../HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php | 2 +- .../HttpFoundation/File/MimeType/MimeTypeGuesser.php | 2 +- .../HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php | 2 +- src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php | 2 +- .../Component/HttpKernel/Event/FilterControllerEvent.php | 2 +- .../Component/HttpKernel/Event/FilterResponseEvent.php | 2 +- src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php | 2 +- .../HttpKernel/Event/GetResponseForControllerResultEvent.php | 2 +- .../HttpKernel/Event/GetResponseForExceptionEvent.php | 2 +- src/Symfony/Component/HttpKernel/Event/KernelEvent.php | 2 +- src/Symfony/Component/Locale/Locale.php | 2 +- src/Symfony/Component/Locale/Resources/stubs/Collator.php | 2 +- .../Component/Locale/Resources/stubs/IntlDateFormatter.php | 2 +- src/Symfony/Component/Locale/Resources/stubs/Locale.php | 2 +- .../Component/Locale/Resources/stubs/NumberFormatter.php | 2 +- src/Symfony/Component/Locale/Resources/stubs/functions.php | 2 +- src/Symfony/Component/Security/Acl/Dbal/Schema.php | 2 +- .../Component/Security/Acl/Domain/AclCollectionCache.php | 2 +- src/Symfony/Component/Security/Acl/Domain/AuditLogger.php | 2 +- src/Symfony/Component/Security/Acl/Domain/FieldEntry.php | 2 +- src/Symfony/Component/Security/Acl/Domain/ObjectIdentity.php | 2 +- .../Security/Acl/Domain/ObjectIdentityRetrievalStrategy.php | 2 +- .../Component/Security/Acl/Domain/RoleSecurityIdentity.php | 2 +- .../Security/Acl/Domain/SecurityIdentityRetrievalStrategy.php | 2 +- .../Component/Security/Acl/Domain/UserSecurityIdentity.php | 2 +- .../Security/Acl/Exception/AclAlreadyExistsException.php | 2 +- .../Component/Security/Acl/Exception/AclNotFoundException.php | 2 +- .../Acl/Exception/ConcurrentModificationException.php | 2 +- src/Symfony/Component/Security/Acl/Exception/Exception.php | 2 +- .../Security/Acl/Exception/InvalidDomainObjectException.php | 2 +- .../Component/Security/Acl/Exception/NoAceFoundException.php | 2 +- .../Security/Acl/Exception/NotAllAclsFoundException.php | 2 +- .../Security/Acl/Exception/SidNotLoadedException.php | 2 +- .../Component/Security/Acl/Model/AclCacheInterface.php | 2 +- src/Symfony/Component/Security/Acl/Model/AclInterface.php | 2 +- .../Component/Security/Acl/Model/AclProviderInterface.php | 2 +- .../Component/Security/Acl/Model/AuditLoggerInterface.php | 2 +- .../Component/Security/Acl/Model/AuditableAclInterface.php | 2 +- .../Component/Security/Acl/Model/AuditableEntryInterface.php | 2 +- .../Component/Security/Acl/Model/DomainObjectInterface.php | 2 +- src/Symfony/Component/Security/Acl/Model/EntryInterface.php | 2 +- .../Component/Security/Acl/Model/FieldEntryInterface.php | 2 +- .../Component/Security/Acl/Model/MutableAclInterface.php | 2 +- .../Security/Acl/Model/MutableAclProviderInterface.php | 2 +- .../Component/Security/Acl/Model/ObjectIdentityInterface.php | 2 +- .../Acl/Model/ObjectIdentityRetrievalStrategyInterface.php | 2 +- .../Acl/Model/PermissionGrantingStrategyInterface.php | 2 +- .../Security/Acl/Model/SecurityIdentityInterface.php | 2 +- .../Acl/Model/SecurityIdentityRetrievalStrategyInterface.php | 2 +- .../Component/Security/Acl/Permission/BasicPermissionMap.php | 2 +- src/Symfony/Component/Security/Acl/Permission/MaskBuilder.php | 2 +- .../Security/Acl/Permission/PermissionMapInterface.php | 2 +- src/Symfony/Component/Security/Acl/Voter/FieldVote.php | 2 +- .../Provider/RememberMeAuthenticationProvider.php | 2 +- .../Core/Authentication/RememberMe/InMemoryTokenProvider.php | 2 +- .../Core/Authentication/RememberMe/PersistentToken.php | 2 +- .../Authentication/RememberMe/PersistentTokenInterface.php | 2 +- .../Core/Authentication/RememberMe/TokenProviderInterface.php | 2 +- .../Security/Core/Authentication/Token/RememberMeToken.php | 2 +- .../Component/Security/Core/Encoder/EncoderFactory.php | 2 +- .../Security/Core/Encoder/EncoderFactoryInterface.php | 2 +- .../Security/Core/Exception/CookieTheftException.php | 2 +- .../Security/Core/Exception/InvalidCsrfTokenException.php | 2 +- .../Security/Core/Exception/SessionUnavailableException.php | 2 +- .../Security/Core/Exception/UnsupportedUserException.php | 2 +- .../Component/Security/Core/SecurityContextInterface.php | 2 +- .../Component/Security/Core/User/ChainUserProvider.php | 2 +- .../Component/Security/Core/User/UserProviderInterface.php | 2 +- .../Authentication/AuthenticationFailureHandlerInterface.php | 2 +- .../Authentication/AuthenticationSuccessHandlerInterface.php | 2 +- .../Component/Security/Http/Event/InteractiveLoginEvent.php | 2 +- src/Symfony/Component/Security/Http/Event/SwitchUserEvent.php | 2 +- .../Component/Security/Http/Firewall/ListenerInterface.php | 2 +- .../Component/Security/Http/Firewall/RememberMeListener.php | 2 +- .../Firewall/UsernamePasswordFormAuthenticationListener.php | 2 +- src/Symfony/Component/Security/Http/FirewallMapInterface.php | 2 +- .../Component/Security/Http/Logout/LogoutHandlerInterface.php | 2 +- .../Security/Http/Logout/LogoutSuccessHandlerInterface.php | 2 +- .../Component/Security/Http/Logout/SessionLogoutHandler.php | 2 +- .../RememberMe/PersistentTokenBasedRememberMeServices.php | 2 +- .../Security/Http/RememberMe/RememberMeServicesInterface.php | 2 +- src/Symfony/Component/Security/Http/SecurityEvents.php | 2 +- .../Security/Http/Session/SessionAuthenticationStrategy.php | 2 +- .../Http/Session/SessionAuthenticationStrategyInterface.php | 2 +- .../Serializer/Normalizer/SerializerAwareNormalizer.php | 2 +- src/Symfony/Component/Validator/Constraint.php | 2 +- src/Symfony/Component/Validator/ConstraintValidator.php | 2 +- .../Component/Validator/ConstraintValidatorFactory.php | 2 +- src/Symfony/Component/Validator/ConstraintViolation.php | 2 +- src/Symfony/Component/Validator/ConstraintViolationList.php | 2 +- src/Symfony/Component/Validator/Constraints/All.php | 2 +- src/Symfony/Component/Validator/Constraints/AllValidator.php | 2 +- .../Component/Validator/Constraints/BlankValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/Collection.php | 2 +- .../Component/Validator/Constraints/CollectionValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/Country.php | 2 +- .../Component/Validator/Constraints/CountryValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/Date.php | 2 +- src/Symfony/Component/Validator/Constraints/DateTime.php | 2 +- .../Component/Validator/Constraints/DateTimeValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/DateValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/Email.php | 2 +- .../Component/Validator/Constraints/EmailValidator.php | 2 +- .../Component/Validator/Constraints/FalseValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/GroupSequence.php | 2 +- src/Symfony/Component/Validator/Constraints/Ip.php | 2 +- src/Symfony/Component/Validator/Constraints/IpValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/Language.php | 2 +- .../Component/Validator/Constraints/LanguageValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/Locale.php | 2 +- .../Component/Validator/Constraints/LocaleValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/Max.php | 2 +- src/Symfony/Component/Validator/Constraints/MaxLength.php | 2 +- .../Component/Validator/Constraints/MaxLengthValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/MaxValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/Min.php | 2 +- src/Symfony/Component/Validator/Constraints/MinLength.php | 2 +- .../Component/Validator/Constraints/MinLengthValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/MinValidator.php | 2 +- .../Component/Validator/Constraints/NotBlankValidator.php | 2 +- .../Component/Validator/Constraints/NotNullValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/NullValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/Regex.php | 2 +- .../Component/Validator/Constraints/RegexValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/Time.php | 2 +- src/Symfony/Component/Validator/Constraints/TimeValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/TrueValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/TypeValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/Url.php | 2 +- src/Symfony/Component/Validator/Constraints/UrlValidator.php | 2 +- src/Symfony/Component/Validator/Constraints/Valid.php | 2 +- .../Validator/Exception/ConstraintDefinitionException.php | 2 +- .../Validator/Exception/GroupDefinitionException.php | 2 +- .../Component/Validator/Exception/InvalidOptionsException.php | 2 +- .../Component/Validator/Exception/MissingOptionsException.php | 2 +- .../Component/Validator/Exception/UnexpectedTypeException.php | 2 +- .../Component/Validator/Exception/ValidatorException.php | 2 +- src/Symfony/Component/Validator/ExecutionContext.php | 2 +- src/Symfony/Component/Validator/GraphWalker.php | 2 +- .../Component/Validator/Mapping/Cache/CacheInterface.php | 2 +- src/Symfony/Component/Validator/Mapping/ClassMetadata.php | 2 +- .../Component/Validator/Mapping/ClassMetadataFactory.php | 2 +- .../Validator/Mapping/ClassMetadataFactoryInterface.php | 2 +- src/Symfony/Component/Validator/Mapping/GetterMetadata.php | 2 +- .../Component/Validator/Mapping/Loader/FilesLoader.php | 2 +- .../Component/Validator/Mapping/Loader/LoaderChain.php | 2 +- .../Component/Validator/Mapping/Loader/LoaderInterface.php | 2 +- .../Component/Validator/Mapping/Loader/XmlFileLoader.php | 2 +- .../Component/Validator/Mapping/Loader/XmlFilesLoader.php | 2 +- .../Component/Validator/Mapping/Loader/YamlFileLoader.php | 2 +- .../Component/Validator/Mapping/Loader/YamlFilesLoader.php | 2 +- src/Symfony/Component/Validator/Mapping/MemberMetadata.php | 2 +- src/Symfony/Component/Validator/Mapping/PropertyMetadata.php | 2 +- src/Symfony/Component/Validator/Validator.php | 2 +- src/Symfony/Component/Validator/ValidatorContextInterface.php | 2 +- src/Symfony/Component/Validator/ValidatorFactory.php | 2 +- src/Symfony/Component/Validator/ValidatorInterface.php | 2 +- 373 files changed, 375 insertions(+), 373 deletions(-) diff --git a/check_cs b/check_cs index f0700f435c..23bd0b8332 100755 --- a/check_cs +++ b/check_cs @@ -80,7 +80,9 @@ foreach ($finder as $file) { }, $new); // [Structure] A file must always ends with a linefeed character -// FIXME + if (strlen($new) && "\n" != $new[strlen($new) - 1]) { + $new .= "\n"; + } if ($new != $old) { $exit = 1; diff --git a/src/Symfony/Bridge/Doctrine/Annotations/IndexedReader.php b/src/Symfony/Bridge/Doctrine/Annotations/IndexedReader.php index ed371bb4e6..4a3335a872 100644 --- a/src/Symfony/Bridge/Doctrine/Annotations/IndexedReader.php +++ b/src/Symfony/Bridge/Doctrine/Annotations/IndexedReader.php @@ -73,4 +73,4 @@ class IndexedReader implements Reader { return $this->delegate->getPropertyAnnotation($property, $annotation); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityChoiceList.php b/src/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityChoiceList.php index 75cbb3bb2d..9659d9f13f 100644 --- a/src/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityChoiceList.php +++ b/src/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityChoiceList.php @@ -296,4 +296,4 @@ class EntityChoiceList extends ArrayChoiceList return $this->unitOfWork->getEntityIdentifier($entity); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bridge/Doctrine/Form/DataTransformer/EntitiesToArrayTransformer.php b/src/Symfony/Bridge/Doctrine/Form/DataTransformer/EntitiesToArrayTransformer.php index 417e699419..6fa598e6b0 100644 --- a/src/Symfony/Bridge/Doctrine/Form/DataTransformer/EntitiesToArrayTransformer.php +++ b/src/Symfony/Bridge/Doctrine/Form/DataTransformer/EntitiesToArrayTransformer.php @@ -100,4 +100,4 @@ class EntitiesToArrayTransformer implements DataTransformerInterface return $collection; } -} \ No newline at end of file +} diff --git a/src/Symfony/Bridge/Doctrine/Form/DataTransformer/EntityToIdTransformer.php b/src/Symfony/Bridge/Doctrine/Form/DataTransformer/EntityToIdTransformer.php index 66f928be0e..b0519ebd4b 100644 --- a/src/Symfony/Bridge/Doctrine/Form/DataTransformer/EntityToIdTransformer.php +++ b/src/Symfony/Bridge/Doctrine/Form/DataTransformer/EntityToIdTransformer.php @@ -75,4 +75,4 @@ class EntityToIdTransformer implements DataTransformerInterface return $entity; } -} \ No newline at end of file +} diff --git a/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeCollectionListener.php b/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeCollectionListener.php index 4f458ccbc8..18b3cb2733 100644 --- a/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeCollectionListener.php +++ b/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeCollectionListener.php @@ -56,4 +56,4 @@ class MergeCollectionListener implements EventSubscriberInterface $event->setData($collection); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bridge/Twig/Resources/views/Form/div_layout.html.twig b/src/Symfony/Bridge/Twig/Resources/views/Form/div_layout.html.twig index f593c347fa..63ad800469 100644 --- a/src/Symfony/Bridge/Twig/Resources/views/Form/div_layout.html.twig +++ b/src/Symfony/Bridge/Twig/Resources/views/Form/div_layout.html.twig @@ -275,4 +275,4 @@ {% set type = type|default('email') %} {{ block('field_widget') }} {% endspaceless %} -{% endblock email_widget %} \ No newline at end of file +{% endblock email_widget %} diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php index cfd70d6c32..b7849fdc48 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php @@ -52,4 +52,4 @@ EOT return parent::execute($input, $output); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php index f375e483ba..649b6a67d0 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php @@ -52,4 +52,4 @@ EOT return parent::execute($input, $output); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/ClearResultCacheDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/ClearResultCacheDoctrineCommand.php index 2045533902..3624945b98 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/ClearResultCacheDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/ClearResultCacheDoctrineCommand.php @@ -67,4 +67,4 @@ EOT return parent::execute($input, $output); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/CreateSchemaDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/CreateSchemaDoctrineCommand.php index 6988d98d97..56b86957c3 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/CreateSchemaDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/CreateSchemaDoctrineCommand.php @@ -58,4 +58,4 @@ EOT parent::execute($input, $output); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/DropSchemaDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/DropSchemaDoctrineCommand.php index ab3eef6de6..acae229d3b 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/DropSchemaDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/DropSchemaDoctrineCommand.php @@ -58,4 +58,4 @@ EOT parent::execute($input, $output); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php index 5eeed66b80..8e61b00143 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php @@ -53,4 +53,4 @@ EOT parent::execute($input, $output); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/RunDqlDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/RunDqlDoctrineCommand.php index e2263235f2..b202edd5d5 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/RunDqlDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/RunDqlDoctrineCommand.php @@ -58,4 +58,4 @@ EOT return parent::execute($input, $output); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/UpdateSchemaDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/UpdateSchemaDoctrineCommand.php index e316806fd6..64b6a8f912 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/UpdateSchemaDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/Proxy/UpdateSchemaDoctrineCommand.php @@ -62,4 +62,4 @@ EOT parent::execute($input, $output); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/ConnectionFactory.php b/src/Symfony/Bundle/DoctrineBundle/ConnectionFactory.php index b45221e3a2..0460abefc6 100644 --- a/src/Symfony/Bundle/DoctrineBundle/ConnectionFactory.php +++ b/src/Symfony/Bundle/DoctrineBundle/ConnectionFactory.php @@ -63,4 +63,4 @@ class ConnectionFactory } } } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/ContainerTest.php b/src/Symfony/Bundle/DoctrineBundle/Tests/ContainerTest.php index e2e6b60725..afd6e03943 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/ContainerTest.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/ContainerTest.php @@ -44,4 +44,4 @@ class ContainerTest extends TestCase $this->assertTrue(Type::hasType('test')); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/AnnotationsBundle/Entity/Test.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/AnnotationsBundle/Entity/Test.php index a625daf9bf..7c301a89d5 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/AnnotationsBundle/Entity/Test.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/AnnotationsBundle/Entity/Test.php @@ -13,4 +13,4 @@ namespace Fixtures\Bundles\AnnotationsBundle\Entity; class Test { -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/Vendor/AnnotationsBundle/Entity/Test.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/Vendor/AnnotationsBundle/Entity/Test.php index 1ad20dd7e0..cd4bc85811 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/Vendor/AnnotationsBundle/Entity/Test.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/Vendor/AnnotationsBundle/Entity/Test.php @@ -13,4 +13,4 @@ namespace Fixtures\Bundles\Vendor\AnnotationsBundle\Entity; class Test { -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/Entity/Test.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/Entity/Test.php index 4e953f1c28..3047db3aa8 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/Entity/Test.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/Entity/Test.php @@ -13,4 +13,4 @@ namespace Fixtures\Bundles\XmlBundle\Entity; class Test { -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/Entity/Test.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/Entity/Test.php index bf97f5075a..8bc3ca0938 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/Entity/Test.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/Entity/Test.php @@ -14,4 +14,4 @@ namespace Fixtures\Bundles\YamlBundle\Entity; class Test { private $id; -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/Resources/config/doctrine/Test.orm.yml b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/Resources/config/doctrine/Test.orm.yml index 6a549a9262..6ac8c14802 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/Resources/config/doctrine/Test.orm.yml +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/Bundles/YamlBundle/Resources/config/doctrine/Test.orm.yml @@ -2,4 +2,4 @@ Fixtures\Bundles\YamlBundle\Entity\Test: type: entity id: id: - type: integer \ No newline at end of file + type: integer diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestDatetimeFunction.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestDatetimeFunction.php index d698aad86e..ca29ec4f8f 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestDatetimeFunction.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestDatetimeFunction.php @@ -26,4 +26,4 @@ class TestStringFunction extends FunctionNode { return ''; } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestNumericFunction.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestNumericFunction.php index d698aad86e..ca29ec4f8f 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestNumericFunction.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestNumericFunction.php @@ -26,4 +26,4 @@ class TestStringFunction extends FunctionNode { return ''; } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestStringFunction.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestStringFunction.php index d698aad86e..ca29ec4f8f 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestStringFunction.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestStringFunction.php @@ -26,4 +26,4 @@ class TestStringFunction extends FunctionNode { return ''; } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestType.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestType.php index c9ad8e7f5b..37719917c8 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestType.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestType.php @@ -24,4 +24,4 @@ class TestType extends \Doctrine\DBAL\Types\Type { return ''; } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XMLSchemaTest.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XMLSchemaTest.php index 5cb4a3b3c0..1cc749cb0e 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XMLSchemaTest.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XMLSchemaTest.php @@ -61,4 +61,4 @@ class XMLSchemaTest extends \PHPUnit_Framework_TestCase $this->assertTrue($found, "Neither nor elements found in given XML. Are namespaces configured correctly?"); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XmlDoctrineExtensionTest.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XmlDoctrineExtensionTest.php index ab5c4c3b18..26c7805f5a 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XmlDoctrineExtensionTest.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XmlDoctrineExtensionTest.php @@ -22,4 +22,4 @@ class XmlDoctrineExtensionTest extends AbstractDoctrineExtensionTest $loadXml = new XmlFileLoader($container, new FileLocator(__DIR__.'/Fixtures/config/xml')); $loadXml->load($file.'.xml'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/YamlDoctrineExtensionTest.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/YamlDoctrineExtensionTest.php index cae928e224..5acfae6410 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/YamlDoctrineExtensionTest.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/YamlDoctrineExtensionTest.php @@ -22,4 +22,4 @@ class YamlDoctrineExtensionTest extends AbstractDoctrineExtensionTest $loadYaml = new YamlFileLoader($container, new FileLocator(__DIR__.'/Fixtures/config/yml')); $loadYaml->load($file.'.yml'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/FrameworkBundle/Client.php b/src/Symfony/Bundle/FrameworkBundle/Client.php index 346dfcdc1a..157cf28594 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Client.php +++ b/src/Symfony/Bundle/FrameworkBundle/Client.php @@ -107,4 +107,4 @@ require_once '$path'; echo serialize(\$kernel->handle(unserialize('$request'))); EOF; } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php index 99ee9d6280..757c98b1e8 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php @@ -31,4 +31,4 @@ class AddConstraintValidatorsPass implements CompilerPassInterface $container->getDefinition('validator.validator_factory')->replaceArgument(1, $validators); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CompilerDebugDumpPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CompilerDebugDumpPass.php index b0ac488b35..b0dc5f8b37 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CompilerDebugDumpPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CompilerDebugDumpPass.php @@ -30,4 +30,4 @@ class CompilerDebugDumpPass implements CompilerPassInterface return $container->getParameter('kernel.cache_dir').'/'.$class.'Compiler.log'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php index fa0009d8d6..3b1d9890e4 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php @@ -63,4 +63,4 @@ class FormPass implements CompilerPassInterface $container->getDefinition('form.extension')->replaceArgument(3, $guessers); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php b/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php index 649fa695bd..07a8cd8c45 100644 --- a/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php +++ b/src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php @@ -54,4 +54,4 @@ class SessionListener $session->start(); } } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/generic/Resources/views/Default/index.html.twig b/src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/generic/Resources/views/Default/index.html.twig index 05a682bd4e..10ddd6d257 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/generic/Resources/views/Default/index.html.twig +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/generic/Resources/views/Default/index.html.twig @@ -1 +1 @@ -Hello! \ No newline at end of file +Hello! diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Exception/trace.html.twig b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Exception/trace.html.twig index 93aa6d41e8..397d68142a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Exception/trace.html.twig +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Exception/trace.html.twig @@ -19,4 +19,4 @@
{{ trace.file|file_excerpt(trace.line) }}
-{% endif %} \ No newline at end of file +{% endif %} diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Exception/traces.html.twig b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Exception/traces.html.twig index 24aa0543bf..b6d2cc9340 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Exception/traces.html.twig +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Exception/traces.html.twig @@ -22,4 +22,4 @@ {% endfor %} - \ No newline at end of file + diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/email_widget.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/email_widget.html.php index 02e5301570..ab3d7fe12e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/email_widget.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/email_widget.html.php @@ -5,4 +5,4 @@ maxlength="escape($max_length) ?>" disabled="disabled" required="required" -/> \ No newline at end of file +/> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/field_rest.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/field_rest.html.php index c3a5977afb..89041c6ec6 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/field_rest.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/field_rest.html.php @@ -2,4 +2,4 @@ isRendered()): ?> row($child) ?> - \ No newline at end of file + diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/field_row.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/field_row.html.php index 8840d334e4..a4f86d0223 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/field_row.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/field_row.html.php @@ -2,4 +2,4 @@ label($form) ?> errors($form) ?> widget($form) ?> - \ No newline at end of file + diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/field_widget.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/field_widget.html.php index ac15321413..6136d213c1 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/field_widget.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/field_widget.html.php @@ -4,4 +4,4 @@ value="escape($value) ?>" disabled="disabled" required="required" -/> \ No newline at end of file +/> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/file_label.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/file_label.html.php index dc66cff098..80177b39df 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/file_label.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/file_label.html.php @@ -1 +1 @@ -label($form['file']) ?> \ No newline at end of file +label($form['file']) ?> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_row.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_row.html.php index e3201c90ff..3239d8f415 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_row.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_row.html.php @@ -1 +1 @@ -widget($form) ?> \ No newline at end of file +widget($form) ?> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_widget.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_widget.html.php index 4bc2154f10..b9c0d4b7cf 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_widget.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/hidden_widget.html.php @@ -3,4 +3,4 @@ name="escape($full_name) ?>" value="escape($value) ?>" disabled="disabled" -/> \ No newline at end of file +/> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/integer_widget.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/integer_widget.html.php index 96810cba48..43d615138f 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/integer_widget.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/integer_widget.html.php @@ -4,4 +4,4 @@ value="escape($value) ?>" disabled="disabled" required="required" -/> \ No newline at end of file +/> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/number_widget.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/number_widget.html.php index 9e5fb57c2e..1e06cc22fc 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/number_widget.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/number_widget.html.php @@ -6,4 +6,4 @@ required="required" maxlength="" pattern="" -/> \ No newline at end of file +/> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/password_widget.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/password_widget.html.php index 16854ea7e2..8b4d25e80b 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/password_widget.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/password_widget.html.php @@ -6,4 +6,4 @@ required="required" maxlength="" pattern="" -/> \ No newline at end of file +/> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/repeated_row.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/repeated_row.html.php index 532fe3aca6..1fa2ca2b15 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/repeated_row.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/repeated_row.html.php @@ -2,4 +2,4 @@ row($child); ?> - \ No newline at end of file + diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/search_widget.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/search_widget.html.php index 2ab8c907b2..c031f8be04 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/search_widget.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/search_widget.html.php @@ -5,4 +5,4 @@ disabled="disabled" required="required" maxlength="" -/> \ No newline at end of file +/> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/text_widget.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/text_widget.html.php index 9e5fb57c2e..1e06cc22fc 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/text_widget.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/text_widget.html.php @@ -6,4 +6,4 @@ required="required" maxlength="" pattern="" -/> \ No newline at end of file +/> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/time_widget.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/time_widget.html.php index e3e1407720..d8362b832d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/time_widget.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/time_widget.html.php @@ -11,4 +11,4 @@ echo $view['form']->widget($form['second'], array('attr' => array('size' => 1))); } ?> - \ No newline at end of file + diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/url_widget.html.php b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/url_widget.html.php index f8280984e3..6343b07a2a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/url_widget.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/url_widget.html.php @@ -4,4 +4,4 @@ value="escape($value) ?>" disabled="disabled" required="required" -/> \ No newline at end of file +/> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/ContainerAwareEventDispatcherTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/ContainerAwareEventDispatcherTest.php index 5907fa8c9c..ae0a2a14d9 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/ContainerAwareEventDispatcherTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/ContainerAwareEventDispatcherTest.php @@ -129,4 +129,4 @@ class Service function onEvent(Event $e) { } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php index 6a16a8f356..fb2b6f7469 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php @@ -14,4 +14,4 @@ namespace Symfony\Bundle\FrameworkBundle\Tests; class TestBundle extends \Symfony\Component\HttpKernel\Bundle\Bundle { -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/HttpKernelTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/HttpKernelTest.php index 294eaea8be..5b723cb55f 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/HttpKernelTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/HttpKernelTest.php @@ -126,4 +126,4 @@ class HttpKernelTest extends \PHPUnit_Framework_TestCase array(HttpKernelInterface::SUB_REQUEST), ); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTemplateNameParser.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTemplateNameParser.php index 94fed1efae..d9c3216da0 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTemplateNameParser.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTemplateNameParser.php @@ -35,4 +35,4 @@ class StubTemplateNameParser implements TemplateNameParserInterface return new TemplateReference($path, 'php'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTranslator.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTranslator.php index 5b29b724e8..17d1fd4fc6 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTranslator.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Fixtures/StubTranslator.php @@ -32,4 +32,4 @@ class StubTranslator implements TranslatorInterface public function getLocale() { } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/_text_id_widget.html.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/_text_id_widget.html.php index 080a48d247..439c178a7d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/_text_id_widget.html.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/_text_id_widget.html.php @@ -1,3 +1,3 @@
render($form, 'FrameworkBundle:Form:text_widget.html.php') ?> -
\ No newline at end of file + diff --git a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php index a856584da4..cfc61738e7 100644 --- a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php +++ b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php @@ -42,4 +42,4 @@ class AddSecurityVotersPass implements CompilerPassInterface $container->getDefinition('security.access.decision_manager')->replaceArgument(0, array_values($voters)); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/FactoryConfiguration.php b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/FactoryConfiguration.php index fdd90ff57e..e67f683d7d 100644 --- a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/FactoryConfiguration.php +++ b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/FactoryConfiguration.php @@ -51,4 +51,4 @@ class FactoryConfiguration implements ConfigurationInterface return $tb; } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php index 8a6cd5ff0e..1ae6f4b348 100644 --- a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php +++ b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php @@ -360,4 +360,4 @@ class MainConfiguration implements ConfigurationInterface ->end() ; } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/SecurityBundle/EventListener/ResponseListener.php b/src/Symfony/Bundle/SecurityBundle/EventListener/ResponseListener.php index ab43536f0c..6a24570aa0 100644 --- a/src/Symfony/Bundle/SecurityBundle/EventListener/ResponseListener.php +++ b/src/Symfony/Bundle/SecurityBundle/EventListener/ResponseListener.php @@ -31,4 +31,4 @@ class ResponseListener $response->headers->setCookie($request->attributes->get(RememberMeServicesInterface::COOKIE_ATTR_NAME)); } } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php b/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php index 7e655e9b77..e473e63c53 100644 --- a/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php +++ b/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php @@ -43,4 +43,4 @@ class FirewallMap implements FirewallMapInterface return array(array(), null); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/custom_acl_provider.php b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/custom_acl_provider.php index 8a5b5d5bd2..4acf6cc960 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/custom_acl_provider.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/custom_acl_provider.php @@ -6,4 +6,4 @@ $container->loadFromExtension('security', array( 'acl' => array( 'provider' => 'foo', ) -)); \ No newline at end of file +)); diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge.php b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge.php index 041697859a..82966dccc2 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge.php @@ -17,4 +17,4 @@ $container->loadFromExtension('security', array( 'role_hierarchy' => array( 'FOO' => array('MOO'), ) -)); \ No newline at end of file +)); diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge_import.php b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge_import.php index 7dc78ebcb7..1e29d40e28 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge_import.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge_import.php @@ -12,4 +12,4 @@ $container->loadFromExtension('security', array( 'FOO' => 'BAR', 'ADMIN' => 'USER', ), -)); \ No newline at end of file +)); diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/custom_acl_provider.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/custom_acl_provider.xml index 6aa9b62183..6addc81668 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/custom_acl_provider.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/custom_acl_provider.xml @@ -13,4 +13,4 @@ - \ No newline at end of file + diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge.xml index fa0c401099..8a17f6db23 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge.xml @@ -19,4 +19,4 @@ - \ No newline at end of file + diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge_import.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge_import.xml index f8b2ea3a08..81b8cffd68 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge_import.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge_import.xml @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/custom_acl_provider.yml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/custom_acl_provider.yml index 9743bffea9..633eed00e3 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/custom_acl_provider.yml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/custom_acl_provider.yml @@ -3,4 +3,4 @@ imports: security: acl: - provider: foo \ No newline at end of file + provider: foo diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/merge.yml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/merge.yml index 95e670bbc7..60c0bbea55 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/merge.yml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/merge.yml @@ -11,4 +11,4 @@ security: http_basic: ~ role_hierarchy: - FOO: [MOO] \ No newline at end of file + FOO: [MOO] diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php index 4425434ebb..d59f0dc073 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php @@ -63,4 +63,4 @@ class AbstractFactoryTest extends \PHPUnit_Framework_TestCase { return $this->getMockForAbstractClass('Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AbstractFactory', array()); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php index 97d7ad1cbc..2781509dc7 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php @@ -42,4 +42,4 @@ class LoginController extends ContainerAware { return new Response('', 400); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php index 0ebcc48103..731f18c8a4 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php @@ -15,4 +15,4 @@ use Symfony\Component\HttpKernel\Bundle\Bundle; class FormLoginBundle extends Bundle { -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/config/routing.yml b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/config/routing.yml index df6a0da2f3..21c0841d75 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/config/routing.yml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/config/routing.yml @@ -16,4 +16,4 @@ form_login_custom_target_path: form_login_redirect_to_protected_resource_after_login: pattern: /protected-resource - defaults: { _controller: FormLoginBundle:Login:afterLogin } \ No newline at end of file + defaults: { _controller: FormLoginBundle:Login:afterLogin } diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/after_login.html.twig b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/after_login.html.twig index 95b6feb56a..9972b48ae7 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/after_login.html.twig +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/after_login.html.twig @@ -3,4 +3,4 @@ {% block body %} Hello {{ app.user.username }}!

You're browsing to path "{{ app.request.pathInfo }}". -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/login.html.twig b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/login.html.twig index 6482d08246..6c1a22471e 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/login.html.twig +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Resources/views/Login/login.html.twig @@ -18,4 +18,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php index 62cec9095e..5f0ad88097 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php @@ -80,4 +80,4 @@ class FormLoginTest extends WebTestCase $this->deleteTmpDir('StandardFormLogin'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php index 8a721b36cf..d066f5aea5 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php @@ -56,4 +56,4 @@ class SecurityRoutingIntegrationTest extends WebTestCase $this->deleteTmpDir('StandardFormLogin'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php index 9a74032430..bf7085e26d 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php @@ -63,4 +63,4 @@ class WebTestCase extends BaseWebTestCase isset($options['debug']) ? $options['debug'] : true ); } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php index 8fe55833d9..321ce28a3c 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php @@ -77,4 +77,4 @@ class AppKernel extends Kernel return $parameters; } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/bundles.php b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/bundles.php index 93ac22adf4..e4bbc08f73 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/bundles.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/bundles.php @@ -10,4 +10,4 @@ return array( new SecurityBundle(), new TwigBundle(), new FormLoginBundle(), -); \ No newline at end of file +); diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/config.yml b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/config.yml index 6bea13f276..e121c0b4d8 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/config.yml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/config.yml @@ -26,4 +26,4 @@ security: access_control: - { path: ^/unprotected_resource$, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/highly_protected_resource$, roles: IS_ADMIN } - - { path: .*, roles: IS_AUTHENTICATED_FULLY } \ No newline at end of file + - { path: .*, roles: IS_AUTHENTICATED_FULLY } diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/default.yml b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/default.yml index 261856766e..7a0717fefc 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/default.yml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/default.yml @@ -1,3 +1,3 @@ imports: - { resource: framework.yml } - - { resource: twig.yml } \ No newline at end of file + - { resource: twig.yml } diff --git a/src/Symfony/Bundle/SwiftmailerBundle/DataCollector/MessageDataCollector.php b/src/Symfony/Bundle/SwiftmailerBundle/DataCollector/MessageDataCollector.php index ddf0f35a27..65c0df929e 100644 --- a/src/Symfony/Bundle/SwiftmailerBundle/DataCollector/MessageDataCollector.php +++ b/src/Symfony/Bundle/SwiftmailerBundle/DataCollector/MessageDataCollector.php @@ -82,4 +82,4 @@ class MessageDataCollector extends DataCollector { return 'swiftmailer'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/header.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/header.html.twig index fc9cc117f8..227d0c7565 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/header.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/header.html.twig @@ -22,4 +22,4 @@ - \ No newline at end of file + diff --git a/src/Symfony/Component/Config/Definition/ArrayNode.php b/src/Symfony/Component/Config/Definition/ArrayNode.php index 0f634cc1ee..59434572de 100644 --- a/src/Symfony/Component/Config/Definition/ArrayNode.php +++ b/src/Symfony/Component/Config/Definition/ArrayNode.php @@ -345,4 +345,4 @@ class ArrayNode extends BaseNode implements PrototypeNodeInterface return $leftSide; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/BooleanNode.php b/src/Symfony/Component/Config/Definition/BooleanNode.php index 45f1ad3429..fb37d62a1e 100644 --- a/src/Symfony/Component/Config/Definition/BooleanNode.php +++ b/src/Symfony/Component/Config/Definition/BooleanNode.php @@ -36,4 +36,4 @@ class BooleanNode extends ScalarNode throw $ex; } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php b/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php index 2636fc3766..864c3a8fe4 100644 --- a/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php +++ b/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php @@ -309,4 +309,4 @@ class ArrayNodeDefinition extends NodeDefinition implements ParentNodeDefinition return $node; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php b/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php index f6cc7d9402..7ee4d4d8a6 100644 --- a/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php +++ b/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php @@ -40,4 +40,4 @@ class BooleanNodeDefinition extends ScalarNodeDefinition return new BooleanNode($this->name, $this->parent); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php b/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php index 5b39062325..3652e9f239 100644 --- a/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php +++ b/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php @@ -223,4 +223,4 @@ class ExprBuilder return $expressions; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Builder/MergeBuilder.php b/src/Symfony/Component/Config/Definition/Builder/MergeBuilder.php index 1b93768b70..f07df926f7 100644 --- a/src/Symfony/Component/Config/Definition/Builder/MergeBuilder.php +++ b/src/Symfony/Component/Config/Definition/Builder/MergeBuilder.php @@ -70,4 +70,4 @@ class MergeBuilder { return $this->node; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php b/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php index ca8d222ef2..d43aa2c272 100644 --- a/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php +++ b/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php @@ -179,4 +179,4 @@ class NodeBuilder implements NodeParentInterface return $class; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php b/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php index b7e41939b5..09b24403b2 100644 --- a/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php +++ b/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php @@ -294,4 +294,4 @@ abstract class NodeDefinition implements NodeParentInterface */ abstract protected function createNode(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php b/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php index 93d1ca99a6..87f25b723a 100644 --- a/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php +++ b/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php @@ -67,4 +67,4 @@ class NormalizationBuilder return $this->before[] = new ExprBuilder($this->node); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php b/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php index b451bb567f..0307ecd6e2 100644 --- a/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php +++ b/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php @@ -30,4 +30,4 @@ class ScalarNodeDefinition extends VariableNodeDefinition return new ScalarNode($this->name, $this->parent); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php b/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php index 3c1362a8d1..f16f439212 100644 --- a/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php +++ b/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php @@ -59,4 +59,4 @@ class TreeBuilder implements NodeParentInterface return $this->tree = $this->root->getNode(true); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php b/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php index aab8f0e027..22f54a1091 100644 --- a/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php +++ b/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php @@ -50,4 +50,4 @@ class ValidationBuilder return $this->rules[] = new ExprBuilder($this->node); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php b/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php index deca7a532f..fa6db59264 100644 --- a/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php +++ b/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php @@ -66,4 +66,4 @@ class VariableNodeDefinition extends NodeDefinition return $node; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/ConfigurationInterface.php b/src/Symfony/Component/Config/Definition/ConfigurationInterface.php index 9d0a049246..dc189e2e21 100644 --- a/src/Symfony/Component/Config/Definition/ConfigurationInterface.php +++ b/src/Symfony/Component/Config/Definition/ConfigurationInterface.php @@ -24,4 +24,4 @@ interface ConfigurationInterface * @return \Symfony\Component\Config\Definition\Builder\TreeBuilder The tree builder */ function getConfigTreeBuilder(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Exception/Exception.php b/src/Symfony/Component/Config/Definition/Exception/Exception.php index a573166e5e..1fda6c2e5e 100644 --- a/src/Symfony/Component/Config/Definition/Exception/Exception.php +++ b/src/Symfony/Component/Config/Definition/Exception/Exception.php @@ -18,4 +18,4 @@ namespace Symfony\Component\Config\Definition\Exception; */ class Exception extends \RuntimeException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Exception/ForbiddenOverwriteException.php b/src/Symfony/Component/Config/Definition/Exception/ForbiddenOverwriteException.php index 51100ac6eb..726c07fb8b 100644 --- a/src/Symfony/Component/Config/Definition/Exception/ForbiddenOverwriteException.php +++ b/src/Symfony/Component/Config/Definition/Exception/ForbiddenOverwriteException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Config\Definition\Exception; */ class ForbiddenOverwriteException extends InvalidConfigurationException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Exception/InvalidConfigurationException.php b/src/Symfony/Component/Config/Definition/Exception/InvalidConfigurationException.php index ea6a4305b9..840e3f39d9 100644 --- a/src/Symfony/Component/Config/Definition/Exception/InvalidConfigurationException.php +++ b/src/Symfony/Component/Config/Definition/Exception/InvalidConfigurationException.php @@ -30,4 +30,4 @@ class InvalidConfigurationException extends Exception { return $this->path; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Exception/InvalidTypeException.php b/src/Symfony/Component/Config/Definition/Exception/InvalidTypeException.php index b9c697f124..d7ca8c9d09 100644 --- a/src/Symfony/Component/Config/Definition/Exception/InvalidTypeException.php +++ b/src/Symfony/Component/Config/Definition/Exception/InvalidTypeException.php @@ -18,4 +18,4 @@ namespace Symfony\Component\Config\Definition\Exception; */ class InvalidTypeException extends InvalidConfigurationException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Exception/UnsetKeyException.php b/src/Symfony/Component/Config/Definition/Exception/UnsetKeyException.php index d4c02478c1..863181a33f 100644 --- a/src/Symfony/Component/Config/Definition/Exception/UnsetKeyException.php +++ b/src/Symfony/Component/Config/Definition/Exception/UnsetKeyException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Config\Definition\Exception; */ class UnsetKeyException extends Exception { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/NodeInterface.php b/src/Symfony/Component/Config/Definition/NodeInterface.php index 74f50aed58..fbf400c0af 100644 --- a/src/Symfony/Component/Config/Definition/NodeInterface.php +++ b/src/Symfony/Component/Config/Definition/NodeInterface.php @@ -81,4 +81,4 @@ interface NodeInterface * @return mixed The finalized value */ function finalize($value); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/Processor.php b/src/Symfony/Component/Config/Definition/Processor.php index 42a184e61c..3624d13199 100644 --- a/src/Symfony/Component/Config/Definition/Processor.php +++ b/src/Symfony/Component/Config/Definition/Processor.php @@ -124,4 +124,4 @@ class Processor return $values; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php b/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php index 25f5e49f51..8f08c989af 100644 --- a/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php +++ b/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php @@ -24,4 +24,4 @@ interface PrototypeNodeInterface extends NodeInterface * @param string $name The name of the node */ function setName($name); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php b/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php index 713cf4b789..5df256f715 100644 --- a/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php +++ b/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php @@ -278,4 +278,4 @@ class PrototypedArrayNode extends ArrayNode return $leftSide; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/ScalarNode.php b/src/Symfony/Component/Config/Definition/ScalarNode.php index eb975e0fad..51141c42ec 100644 --- a/src/Symfony/Component/Config/Definition/ScalarNode.php +++ b/src/Symfony/Component/Config/Definition/ScalarNode.php @@ -44,4 +44,4 @@ class ScalarNode extends VariableNode throw $ex; } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Definition/VariableNode.php b/src/Symfony/Component/Config/Definition/VariableNode.php index 22f254ad07..b5a7023eeb 100644 --- a/src/Symfony/Component/Config/Definition/VariableNode.php +++ b/src/Symfony/Component/Config/Definition/VariableNode.php @@ -112,4 +112,4 @@ class VariableNode extends BaseNode implements PrototypeNodeInterface { return $rightSide; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Config/Exception/FileLoaderImportException.php b/src/Symfony/Component/Config/Exception/FileLoaderImportException.php index c548862640..7fa2b1e5e0 100644 --- a/src/Symfony/Component/Config/Exception/FileLoaderImportException.php +++ b/src/Symfony/Component/Config/Exception/FileLoaderImportException.php @@ -60,4 +60,4 @@ class FileLoaderImportException extends \Exception return (string) $var; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php b/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php index 362c2fab51..9fddf47725 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php @@ -66,4 +66,4 @@ class CheckCircularReferencesPass implements CompilerPassInterface array_pop($this->currentPath); } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php b/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php index fe499dc566..4461ba4f88 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php @@ -61,4 +61,4 @@ class CheckExceptionOnInvalidReferenceBehaviorPass implements CompilerPassInterf } } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php b/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php index 547af1aed5..0395481beb 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php @@ -109,4 +109,4 @@ class Compiler $pass->process($container); } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php b/src/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php index 3264e57bb3..6793038b5b 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php @@ -44,4 +44,4 @@ class LoggingFormatter { return sprintf('%s: %s', get_class($pass), $message); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php b/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php index b5f0bf8a40..0f6ff5a1e4 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php @@ -36,4 +36,4 @@ class RemoveAbstractDefinitionsPass implements CompilerPassInterface } } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php b/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php index 5b7d36289f..48423372c9 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php @@ -41,4 +41,4 @@ class RemovePrivateAliasesPass implements CompilerPassInterface $compiler->addLogMessage($formatter->formatRemoveService($this, $id, 'private alias')); } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php b/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php index 7c7974e4b1..84438dc3e6 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php @@ -85,4 +85,4 @@ class RemoveUnusedDefinitionsPass implements RepeatablePassInterface $this->repeatedPass->setRepeat(); } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php b/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php index a737052072..81209c3893 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php @@ -25,4 +25,4 @@ interface RepeatablePassInterface extends CompilerPassInterface * @param RepeatedPass $repeatedPass */ function setRepeatedPass(RepeatedPass $repeatedPass); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php b/src/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php index a1cef0dd33..f666d44152 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php @@ -76,4 +76,4 @@ class RepeatedPass implements CompilerPassInterface { return $this->passes; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php b/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php index 8eb76ddb6a..b7cde2003f 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php @@ -109,4 +109,4 @@ class ServiceReferenceGraph return $this->nodes[$id] = new ServiceReferenceGraphNode($id, $value); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php b/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php index 6331edc22c..60a9295f0c 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php @@ -67,4 +67,4 @@ class ServiceReferenceGraphEdge { return $this->destNode; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php b/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php index db5b9613c6..da8dc70418 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php @@ -121,4 +121,4 @@ class ServiceReferenceGraphNode { return $this->value; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php b/src/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php index 2057e866b6..3dc2759c8d 100644 --- a/src/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php +++ b/src/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php @@ -38,4 +38,4 @@ class InactiveScopeException extends RuntimeException { return $this->scope; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php b/src/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php index e6f016ce3a..958ade060c 100644 --- a/src/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php +++ b/src/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php @@ -31,4 +31,4 @@ class ParameterCircularReferenceException extends RuntimeException { return $this->parameters; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php b/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php index 6f8b10d63f..41e9508168 100644 --- a/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php +++ b/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php @@ -18,4 +18,4 @@ namespace Symfony\Component\DependencyInjection\Exception; */ class RuntimeException extends \RuntimeException implements ExceptionInterface { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php b/src/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php index 3836185833..fbc7385fdc 100644 --- a/src/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php +++ b/src/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php @@ -62,4 +62,4 @@ class ScopeCrossingInjectionException extends RuntimeException { return $this->destScope; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php b/src/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php index f8acff8d48..fc0b50e997 100644 --- a/src/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php +++ b/src/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php @@ -61,4 +61,4 @@ class ScopeWideningInjectionException extends RuntimeException { return $this->destScope; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php b/src/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php index a01da45511..e0000011fc 100644 --- a/src/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php +++ b/src/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php @@ -38,4 +38,4 @@ class ServiceCircularReferenceException extends RuntimeException { return $this->path; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php b/src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php index 67cad14ad4..fc9898fcdc 100644 --- a/src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php +++ b/src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php @@ -44,4 +44,4 @@ class ServiceNotFoundException extends InvalidArgumentException { return $this->sourceId; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Scope.php b/src/Symfony/Component/DependencyInjection/Scope.php index 3b39a59380..d917790016 100644 --- a/src/Symfony/Component/DependencyInjection/Scope.php +++ b/src/Symfony/Component/DependencyInjection/Scope.php @@ -36,4 +36,4 @@ class Scope implements ScopeInterface { return $this->parentName; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/ScopeInterface.php b/src/Symfony/Component/DependencyInjection/ScopeInterface.php index 559795eb2d..2568fb0ee2 100644 --- a/src/Symfony/Component/DependencyInjection/ScopeInterface.php +++ b/src/Symfony/Component/DependencyInjection/ScopeInterface.php @@ -20,4 +20,4 @@ interface ScopeInterface { function getName(); function getParentName(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/DependencyInjection/Variable.php b/src/Symfony/Component/DependencyInjection/Variable.php index 11f255649f..c84b8fd3f5 100644 --- a/src/Symfony/Component/DependencyInjection/Variable.php +++ b/src/Symfony/Component/DependencyInjection/Variable.php @@ -47,4 +47,4 @@ class Variable { return $this->name; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php b/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php index 0a60f3fc24..508d11bf3c 100644 --- a/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php +++ b/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php @@ -38,4 +38,4 @@ class RecursiveDirectoryIterator extends \RecursiveDirectoryIterator { return new SplFileInfo(parent::current()->getPathname(), $this->getSubPath(), $this->getSubPathname()); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/AbstractExtension.php b/src/Symfony/Component/Form/AbstractExtension.php index 9897948109..20a747814d 100644 --- a/src/Symfony/Component/Form/AbstractExtension.php +++ b/src/Symfony/Component/Form/AbstractExtension.php @@ -217,4 +217,4 @@ abstract class AbstractExtension implements FormExtensionInterface throw new UnexpectedTypeException($this->guesser, 'Symfony\Component\Form\FormTypeGuesserInterface'); } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/CallbackTransformer.php b/src/Symfony/Component/Form/CallbackTransformer.php index 5054aa0984..34611bcf9a 100644 --- a/src/Symfony/Component/Form/CallbackTransformer.php +++ b/src/Symfony/Component/Form/CallbackTransformer.php @@ -67,4 +67,4 @@ class CallbackTransformer implements DataTransformerInterface { return call_user_func($this->reverseTransform, $data); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/CallbackValidator.php b/src/Symfony/Component/Form/CallbackValidator.php index cee5f20d21..b40de171fb 100644 --- a/src/Symfony/Component/Form/CallbackValidator.php +++ b/src/Symfony/Component/Form/CallbackValidator.php @@ -26,4 +26,4 @@ class CallbackValidator implements FormValidatorInterface { return call_user_func($this->callback, $form); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/DataMapperInterface.php b/src/Symfony/Component/Form/DataMapperInterface.php index 7043fb0fe4..68c8ad0b8d 100644 --- a/src/Symfony/Component/Form/DataMapperInterface.php +++ b/src/Symfony/Component/Form/DataMapperInterface.php @@ -20,4 +20,4 @@ interface DataMapperInterface function mapFormsToData(array $forms, &$data); function mapFormToData(FormInterface $form, &$data); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/DataTransformerInterface.php b/src/Symfony/Component/Form/DataTransformerInterface.php index 633297d48c..9d60403402 100644 --- a/src/Symfony/Component/Form/DataTransformerInterface.php +++ b/src/Symfony/Component/Form/DataTransformerInterface.php @@ -74,4 +74,4 @@ interface DataTransformerInterface * @throws DataTransformerException when the transformation fails */ function reverseTransform($value); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Event/DataEvent.php b/src/Symfony/Component/Form/Event/DataEvent.php index 9242f82f24..d9a7de9251 100644 --- a/src/Symfony/Component/Form/Event/DataEvent.php +++ b/src/Symfony/Component/Form/Event/DataEvent.php @@ -50,4 +50,4 @@ class DataEvent extends Event { return $this->data; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Event/FilterDataEvent.php b/src/Symfony/Component/Form/Event/FilterDataEvent.php index 6ca585eac4..bc152dbae1 100644 --- a/src/Symfony/Component/Form/Event/FilterDataEvent.php +++ b/src/Symfony/Component/Form/Event/FilterDataEvent.php @@ -22,4 +22,4 @@ class FilterDataEvent extends DataEvent { $this->data = $data; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Exception/CreationException.php b/src/Symfony/Component/Form/Exception/CreationException.php index 9742103d62..14ced82ea9 100644 --- a/src/Symfony/Component/Form/Exception/CreationException.php +++ b/src/Symfony/Component/Form/Exception/CreationException.php @@ -18,4 +18,4 @@ namespace Symfony\Component\Form\Exception; */ class CreationException extends FormException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Exception/FieldDefinitionException.php b/src/Symfony/Component/Form/Exception/FieldDefinitionException.php index 748d596911..6cd904ad4a 100644 --- a/src/Symfony/Component/Form/Exception/FieldDefinitionException.php +++ b/src/Symfony/Component/Form/Exception/FieldDefinitionException.php @@ -13,4 +13,4 @@ namespace Symfony\Component\Form\Exception; class FieldDefinitionException extends FormException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Exception/FormException.php b/src/Symfony/Component/Form/Exception/FormException.php index cbb6698dee..5dd0884d8b 100644 --- a/src/Symfony/Component/Form/Exception/FormException.php +++ b/src/Symfony/Component/Form/Exception/FormException.php @@ -13,4 +13,4 @@ namespace Symfony\Component\Form\Exception; class FormException extends \Exception { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Exception/InvalidConfigurationException.php b/src/Symfony/Component/Form/Exception/InvalidConfigurationException.php index 246630977a..9804f4b433 100644 --- a/src/Symfony/Component/Form/Exception/InvalidConfigurationException.php +++ b/src/Symfony/Component/Form/Exception/InvalidConfigurationException.php @@ -13,4 +13,4 @@ namespace Symfony\Component\Form\Exception; class InvalidConfigurationException extends FormException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Exception/InvalidOptionsException.php b/src/Symfony/Component/Form/Exception/InvalidOptionsException.php index fbccb33684..bde0a5069a 100644 --- a/src/Symfony/Component/Form/Exception/InvalidOptionsException.php +++ b/src/Symfony/Component/Form/Exception/InvalidOptionsException.php @@ -26,4 +26,4 @@ class InvalidOptionsException extends FormException { return $this->options; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Exception/InvalidPropertyException.php b/src/Symfony/Component/Form/Exception/InvalidPropertyException.php index 7a2db6db12..4d9eee5599 100644 --- a/src/Symfony/Component/Form/Exception/InvalidPropertyException.php +++ b/src/Symfony/Component/Form/Exception/InvalidPropertyException.php @@ -13,4 +13,4 @@ namespace Symfony\Component\Form\Exception; class InvalidPropertyException extends FormException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Exception/InvalidPropertyPathException.php b/src/Symfony/Component/Form/Exception/InvalidPropertyPathException.php index 8e0183158b..e2a6a84183 100644 --- a/src/Symfony/Component/Form/Exception/InvalidPropertyPathException.php +++ b/src/Symfony/Component/Form/Exception/InvalidPropertyPathException.php @@ -13,4 +13,4 @@ namespace Symfony\Component\Form\Exception; class InvalidPropertyPathException extends FormException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Exception/MissingOptionsException.php b/src/Symfony/Component/Form/Exception/MissingOptionsException.php index 69fdb158d5..c731b5598e 100644 --- a/src/Symfony/Component/Form/Exception/MissingOptionsException.php +++ b/src/Symfony/Component/Form/Exception/MissingOptionsException.php @@ -26,4 +26,4 @@ class MissingOptionsException extends FormException { return $this->options; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Exception/PropertyAccessDeniedException.php b/src/Symfony/Component/Form/Exception/PropertyAccessDeniedException.php index d742e943ca..a89e9583be 100644 --- a/src/Symfony/Component/Form/Exception/PropertyAccessDeniedException.php +++ b/src/Symfony/Component/Form/Exception/PropertyAccessDeniedException.php @@ -13,4 +13,4 @@ namespace Symfony\Component\Form\Exception; class PropertyAccessDeniedException extends FormException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Exception/TypeDefinitionException.php b/src/Symfony/Component/Form/Exception/TypeDefinitionException.php index 9c88d4a6e7..73fe228ee4 100644 --- a/src/Symfony/Component/Form/Exception/TypeDefinitionException.php +++ b/src/Symfony/Component/Form/Exception/TypeDefinitionException.php @@ -18,4 +18,4 @@ namespace Symfony\Component\Form\Exception; */ class TypeDefinitionException extends FormException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Exception/TypeLoaderException.php b/src/Symfony/Component/Form/Exception/TypeLoaderException.php index c81b0c4191..0c70bb2eb2 100644 --- a/src/Symfony/Component/Form/Exception/TypeLoaderException.php +++ b/src/Symfony/Component/Form/Exception/TypeLoaderException.php @@ -13,4 +13,4 @@ namespace Symfony\Component\Form\Exception; class TypeLoaderException extends FormException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Exception/UnexpectedTypeException.php b/src/Symfony/Component/Form/Exception/UnexpectedTypeException.php index d16ea6c675..9f4e3d072a 100644 --- a/src/Symfony/Component/Form/Exception/UnexpectedTypeException.php +++ b/src/Symfony/Component/Form/Exception/UnexpectedTypeException.php @@ -17,4 +17,4 @@ class UnexpectedTypeException extends FormException { parent::__construct(sprintf('Expected argument of type %s, %s given', $expectedType, is_object($value) ? get_class($value) : gettype($value))); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/ChoiceList/ArrayChoiceList.php b/src/Symfony/Component/Form/Extension/Core/ChoiceList/ArrayChoiceList.php index 212346a094..0ab969afe7 100644 --- a/src/Symfony/Component/Form/Extension/Core/ChoiceList/ArrayChoiceList.php +++ b/src/Symfony/Component/Form/Extension/Core/ChoiceList/ArrayChoiceList.php @@ -66,4 +66,4 @@ class ArrayChoiceList implements ChoiceListInterface } } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/ChoiceList/ChoiceListInterface.php b/src/Symfony/Component/Form/Extension/Core/ChoiceList/ChoiceListInterface.php index 1e51da14ba..f9d0ab877e 100644 --- a/src/Symfony/Component/Form/Extension/Core/ChoiceList/ChoiceListInterface.php +++ b/src/Symfony/Component/Form/Extension/Core/ChoiceList/ChoiceListInterface.php @@ -19,4 +19,4 @@ interface ChoiceListInterface * @return array */ function getChoices(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/ChoiceList/MonthChoiceList.php b/src/Symfony/Component/Form/Extension/Core/ChoiceList/MonthChoiceList.php index f38c10ce3e..fc2f73a588 100644 --- a/src/Symfony/Component/Form/Extension/Core/ChoiceList/MonthChoiceList.php +++ b/src/Symfony/Component/Form/Extension/Core/ChoiceList/MonthChoiceList.php @@ -55,4 +55,4 @@ class MonthChoiceList extends PaddedChoiceList $this->formatter->setTimezoneId($timezone); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/ChoiceList/PaddedChoiceList.php b/src/Symfony/Component/Form/Extension/Core/ChoiceList/PaddedChoiceList.php index 1bbcf34c2a..fd1f9d1b33 100644 --- a/src/Symfony/Component/Form/Extension/Core/ChoiceList/PaddedChoiceList.php +++ b/src/Symfony/Component/Form/Extension/Core/ChoiceList/PaddedChoiceList.php @@ -56,4 +56,4 @@ class PaddedChoiceList extends ArrayChoiceList $this->choices[$key] = str_pad($choice, $this->padLength, $this->padString, $this->padType); } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataMapper/PropertyPathMapper.php b/src/Symfony/Component/Form/Extension/Core/DataMapper/PropertyPathMapper.php index 37b5a66209..570644ea80 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataMapper/PropertyPathMapper.php +++ b/src/Symfony/Component/Form/Extension/Core/DataMapper/PropertyPathMapper.php @@ -91,4 +91,4 @@ class PropertyPathMapper implements DataMapperInterface } } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToBooleanChoicesTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToBooleanChoicesTransformer.php index 64960ec372..e3a612ed51 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToBooleanChoicesTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToBooleanChoicesTransformer.php @@ -91,4 +91,4 @@ class ArrayToBooleanChoicesTransformer implements DataTransformerInterface return $choices; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToChoicesTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToChoicesTransformer.php index 020585b672..49e8f088df 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToChoicesTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToChoicesTransformer.php @@ -56,4 +56,4 @@ class ArrayToChoicesTransformer implements DataTransformerInterface return $array; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php index 694ef2bb17..1cff0a36a6 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php @@ -84,4 +84,4 @@ class ArrayToPartsTransformer implements DataTransformerInterface return $result; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php index 2eee7c05d0..fe74d2605c 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php @@ -48,4 +48,4 @@ abstract class BaseDateTimeTransformer implements DataTransformerInterface $this->inputTimezone = $inputTimezone ?: date_default_timezone_get(); $this->outputTimezone = $outputTimezone ?: date_default_timezone_get(); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php index adcb4ac449..4211cd6eed 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php @@ -66,4 +66,4 @@ class BooleanToStringTransformer implements DataTransformerInterface return '' !== $value; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php index 87f729af8e..6ee794e54e 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php @@ -162,4 +162,4 @@ class DateTimeToArrayTransformer extends BaseDateTimeTransformer return $dateTime; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php index ca56dd9f40..7c71b10f91 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php @@ -152,4 +152,4 @@ class DateTimeToLocalizedStringTransformer extends BaseDateTimeTransformer $this->outputTimezone ); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php index 938433dd0b..6f584aa759 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php @@ -105,4 +105,4 @@ class DateTimeToStringTransformer extends BaseDateTimeTransformer return $dateTime; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php index 36fefdd05f..bd42241b25 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php @@ -83,4 +83,4 @@ class DateTimeToTimestampTransformer extends BaseDateTimeTransformer return $dateTime; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/FileToArrayTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/FileToArrayTransformer.php index 5426e40eba..3a16ed58fb 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/FileToArrayTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/FileToArrayTransformer.php @@ -73,4 +73,4 @@ class FileToArrayTransformer implements DataTransformerInterface return $array['file']; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/FileToStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/FileToStringTransformer.php index edc7ef1578..31d429583c 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/FileToStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/FileToStringTransformer.php @@ -77,4 +77,4 @@ class FileToStringTransformer implements DataTransformerInterface return $file; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php index 64050b2394..566c6876c2 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php @@ -87,4 +87,4 @@ class MoneyToLocalizedStringTransformer extends NumberToLocalizedStringTransform return $value; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php index 964667cc45..56f4c68bcf 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php @@ -131,4 +131,4 @@ class NumberToLocalizedStringTransformer implements DataTransformerInterface return $formatter; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php index 20af436f71..97537f31a7 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php @@ -144,4 +144,4 @@ class PercentToLocalizedStringTransformer implements DataTransformerInterface return $formatter; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ScalarToChoiceTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ScalarToChoiceTransformer.php index 0cd3969aa9..9792b9d67c 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ScalarToChoiceTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ScalarToChoiceTransformer.php @@ -25,4 +25,4 @@ class ScalarToChoiceTransformer implements DataTransformerInterface { return $value; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php index 77982c7a0f..b0bd25d6a2 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php @@ -89,4 +89,4 @@ class ValueToDuplicatesTransformer implements DataTransformerInterface return $result; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/EventListener/FixFileUploadListener.php b/src/Symfony/Component/Form/Extension/Core/EventListener/FixFileUploadListener.php index edb0d8cf2c..694b17250b 100644 --- a/src/Symfony/Component/Form/Extension/Core/EventListener/FixFileUploadListener.php +++ b/src/Symfony/Component/Form/Extension/Core/EventListener/FixFileUploadListener.php @@ -83,4 +83,4 @@ class FixFileUploadListener implements EventSubscriberInterface $event->setData($data); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php b/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php index 0f794ca5f4..9fc2e9fbcf 100644 --- a/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php +++ b/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php @@ -42,4 +42,4 @@ class FixUrlProtocolListener implements EventSubscriberInterface { return array(FormEvents::BIND_NORM_DATA => 'onBindNormData'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php b/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php index 1a99fcc796..eb65754a72 100644 --- a/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php +++ b/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php @@ -35,4 +35,4 @@ class TrimListener implements EventSubscriberInterface { return array(FormEvents::BIND_CLIENT_DATA => 'onBindClientData'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php b/src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php index ecf3e3532a..c71babb688 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php @@ -31,4 +31,4 @@ class BirthdayType extends AbstractType { return 'birthday'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php b/src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php index 44b5b82f1c..128d5652a5 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php @@ -66,4 +66,4 @@ class CollectionType extends AbstractType { return 'collection'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/CountryType.php b/src/Symfony/Component/Form/Extension/Core/Type/CountryType.php index 2d4f87af3a..a65f07ea57 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/CountryType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/CountryType.php @@ -32,4 +32,4 @@ class CountryType extends AbstractType { return 'country'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/EmailType.php b/src/Symfony/Component/Form/Extension/Core/Type/EmailType.php index 1902af1814..8891dc5fb1 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/EmailType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/EmailType.php @@ -24,4 +24,4 @@ class EmailType extends AbstractType { return 'email'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/HiddenType.php b/src/Symfony/Component/Form/Extension/Core/Type/HiddenType.php index a88d62e186..d1e3bed812 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/HiddenType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/HiddenType.php @@ -34,4 +34,4 @@ class HiddenType extends AbstractType { return 'hidden'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/IntegerType.php b/src/Symfony/Component/Form/Extension/Core/Type/IntegerType.php index 57b8e573ee..2aee71cb0f 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/IntegerType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/IntegerType.php @@ -62,4 +62,4 @@ class IntegerType extends AbstractType { return 'integer'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php b/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php index 1db7e7cb94..b408cb0b27 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php @@ -32,4 +32,4 @@ class LanguageType extends AbstractType { return 'language'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php b/src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php index 8a83dc301b..3584c56cf8 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php @@ -32,4 +32,4 @@ class LocaleType extends AbstractType { return 'locale'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/NumberType.php b/src/Symfony/Component/Form/Extension/Core/Type/NumberType.php index 6022231fa4..c207373534 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/NumberType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/NumberType.php @@ -60,4 +60,4 @@ class NumberType extends AbstractType { return 'number'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/PercentType.php b/src/Symfony/Component/Form/Extension/Core/Type/PercentType.php index dec493a6f5..c357452910 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/PercentType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/PercentType.php @@ -49,4 +49,4 @@ class PercentType extends AbstractType { return 'percent'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/RepeatedType.php b/src/Symfony/Component/Form/Extension/Core/Type/RepeatedType.php index 60fe183964..fc24327064 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/RepeatedType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/RepeatedType.php @@ -44,4 +44,4 @@ class RepeatedType extends AbstractType { return 'repeated'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/TextareaType.php b/src/Symfony/Component/Form/Extension/Core/Type/TextareaType.php index fb6cee653b..ebc4ec6921 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/TextareaType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/TextareaType.php @@ -24,4 +24,4 @@ class TextareaType extends AbstractType { return 'textarea'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php b/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php index 53d92a33f0..1d2008b43c 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php @@ -32,4 +32,4 @@ class TimezoneType extends AbstractType { return 'timezone'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Type/UrlType.php b/src/Symfony/Component/Form/Extension/Core/Type/UrlType.php index d58dc1e233..b8e47c6b18 100644 --- a/src/Symfony/Component/Form/Extension/Core/Type/UrlType.php +++ b/src/Symfony/Component/Form/Extension/Core/Type/UrlType.php @@ -38,4 +38,4 @@ class UrlType extends AbstractType { return 'url'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Core/Validator/DefaultValidator.php b/src/Symfony/Component/Form/Extension/Core/Validator/DefaultValidator.php index 647061b50d..64ab4af239 100644 --- a/src/Symfony/Component/Form/Extension/Core/Validator/DefaultValidator.php +++ b/src/Symfony/Component/Form/Extension/Core/Validator/DefaultValidator.php @@ -46,4 +46,4 @@ class DefaultValidator implements FormValidatorInterface } } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/CsrfProviderInterface.php b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/CsrfProviderInterface.php index e0ce323aaa..2fe990b429 100644 --- a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/CsrfProviderInterface.php +++ b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/CsrfProviderInterface.php @@ -46,4 +46,4 @@ interface CsrfProviderInterface * @return Boolean Whether the token supplied by the browser is correct */ public function isCsrfTokenValid($intention, $token); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php index d733820c65..62634001ae 100644 --- a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php +++ b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php @@ -71,4 +71,4 @@ class DefaultCsrfProvider implements CsrfProviderInterface return session_id(); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/SessionCsrfProvider.php b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/SessionCsrfProvider.php index ef65b60d7a..0e67b43410 100644 --- a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/SessionCsrfProvider.php +++ b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/SessionCsrfProvider.php @@ -57,4 +57,4 @@ class SessionCsrfProvider extends DefaultCsrfProvider return $this->session->getId(); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Csrf/Type/CsrfType.php b/src/Symfony/Component/Form/Extension/Csrf/Type/CsrfType.php index 6fd388651e..3e7973240f 100644 --- a/src/Symfony/Component/Form/Extension/Csrf/Type/CsrfType.php +++ b/src/Symfony/Component/Form/Extension/Csrf/Type/CsrfType.php @@ -90,4 +90,4 @@ class CsrfType extends AbstractType { return 'csrf'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Extension/Validator/Type/FieldTypeValidatorExtension.php b/src/Symfony/Component/Form/Extension/Validator/Type/FieldTypeValidatorExtension.php index 84b9a497cc..6fdd2345ec 100644 --- a/src/Symfony/Component/Form/Extension/Validator/Type/FieldTypeValidatorExtension.php +++ b/src/Symfony/Component/Form/Extension/Validator/Type/FieldTypeValidatorExtension.php @@ -49,4 +49,4 @@ class FieldTypeValidatorExtension extends AbstractTypeExtension { return 'field'; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/FormBuilder.php b/src/Symfony/Component/Form/FormBuilder.php index ca41dbdd50..37be29d44c 100644 --- a/src/Symfony/Component/Form/FormBuilder.php +++ b/src/Symfony/Component/Form/FormBuilder.php @@ -698,4 +698,4 @@ class FormBuilder return $children; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/FormError.php b/src/Symfony/Component/Form/FormError.php index 196c0e5bd2..974f558449 100644 --- a/src/Symfony/Component/Form/FormError.php +++ b/src/Symfony/Component/Form/FormError.php @@ -62,4 +62,4 @@ class FormError { return $this->messageParameters; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/FormTypeExtensionInterface.php b/src/Symfony/Component/Form/FormTypeExtensionInterface.php index a12cb0f608..fbc163401e 100644 --- a/src/Symfony/Component/Form/FormTypeExtensionInterface.php +++ b/src/Symfony/Component/Form/FormTypeExtensionInterface.php @@ -77,4 +77,4 @@ interface FormTypeExtensionInterface * @return string The name of the type being extended */ function getExtendedType(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/FormTypeGuesserChain.php b/src/Symfony/Component/Form/FormTypeGuesserChain.php index 0bd7ce502f..b3ca91a460 100644 --- a/src/Symfony/Component/Form/FormTypeGuesserChain.php +++ b/src/Symfony/Component/Form/FormTypeGuesserChain.php @@ -89,4 +89,4 @@ class FormTypeGuesserChain implements FormTypeGuesserInterface return Guess::getBestGuess($guesses); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/FormTypeGuesserInterface.php b/src/Symfony/Component/Form/FormTypeGuesserInterface.php index dda33f2645..17d2a43d42 100644 --- a/src/Symfony/Component/Form/FormTypeGuesserInterface.php +++ b/src/Symfony/Component/Form/FormTypeGuesserInterface.php @@ -52,4 +52,4 @@ interface FormTypeGuesserInterface */ function guessMinLength($class, $property); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/FormTypeInterface.php b/src/Symfony/Component/Form/FormTypeInterface.php index 0deff68211..c767f1f204 100644 --- a/src/Symfony/Component/Form/FormTypeInterface.php +++ b/src/Symfony/Component/Form/FormTypeInterface.php @@ -121,4 +121,4 @@ interface FormTypeInterface * @return array An array of FormTypeExtensionInterface */ function getExtensions(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/FormValidatorInterface.php b/src/Symfony/Component/Form/FormValidatorInterface.php index a8ea883c3b..913f33a0b4 100644 --- a/src/Symfony/Component/Form/FormValidatorInterface.php +++ b/src/Symfony/Component/Form/FormValidatorInterface.php @@ -14,4 +14,4 @@ namespace Symfony\Component\Form; interface FormValidatorInterface { function validate(FormInterface $form); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Guess/Guess.php b/src/Symfony/Component/Form/Guess/Guess.php index dc3ee9c7d8..78412b4bd2 100644 --- a/src/Symfony/Component/Form/Guess/Guess.php +++ b/src/Symfony/Component/Form/Guess/Guess.php @@ -101,4 +101,4 @@ abstract class Guess { return $this->confidence; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Guess/TypeGuess.php b/src/Symfony/Component/Form/Guess/TypeGuess.php index 80b2593426..3c74a12ba4 100644 --- a/src/Symfony/Component/Form/Guess/TypeGuess.php +++ b/src/Symfony/Component/Form/Guess/TypeGuess.php @@ -67,4 +67,4 @@ class TypeGuess extends Guess { return $this->options; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Guess/ValueGuess.php b/src/Symfony/Component/Form/Guess/ValueGuess.php index 2083e78193..36e713b86c 100644 --- a/src/Symfony/Component/Form/Guess/ValueGuess.php +++ b/src/Symfony/Component/Form/Guess/ValueGuess.php @@ -47,4 +47,4 @@ class ValueGuess extends Guess { return $this->value; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Util/FormUtil.php b/src/Symfony/Component/Form/Util/FormUtil.php index 6be8c83123..d228f7bade 100644 --- a/src/Symfony/Component/Form/Util/FormUtil.php +++ b/src/Symfony/Component/Form/Util/FormUtil.php @@ -30,4 +30,4 @@ abstract class FormUtil { return array_map(array(__CLASS__, 'toArrayKey'), $array); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Form/Util/PropertyPathIterator.php b/src/Symfony/Component/Form/Util/PropertyPathIterator.php index e7fba675f7..407bc64e31 100644 --- a/src/Symfony/Component/Form/Util/PropertyPathIterator.php +++ b/src/Symfony/Component/Form/Util/PropertyPathIterator.php @@ -68,4 +68,4 @@ class PropertyPathIterator extends \ArrayIterator { return $this->path->isProperty($this->key()); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpFoundation/Cookie.php b/src/Symfony/Component/HttpFoundation/Cookie.php index 96747120d1..74f08f8603 100644 --- a/src/Symfony/Component/HttpFoundation/Cookie.php +++ b/src/Symfony/Component/HttpFoundation/Cookie.php @@ -138,4 +138,4 @@ class Cookie { return $this->expire < time(); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php b/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php index fc6ea5e807..9c7fe6812a 100644 --- a/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php +++ b/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php @@ -27,4 +27,4 @@ class AccessDeniedException extends FileException { parent::__construct(sprintf('The file %s could not be accessed', $path)); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpFoundation/File/Exception/FileException.php b/src/Symfony/Component/HttpFoundation/File/Exception/FileException.php index 7d8310909f..43c6cc8998 100644 --- a/src/Symfony/Component/HttpFoundation/File/Exception/FileException.php +++ b/src/Symfony/Component/HttpFoundation/File/Exception/FileException.php @@ -18,4 +18,4 @@ namespace Symfony\Component\HttpFoundation\File\Exception; */ class FileException extends \RuntimeException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php b/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php index 946c1d50ab..5b1aef8e2b 100644 --- a/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php +++ b/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php @@ -27,4 +27,4 @@ class FileNotFoundException extends FileException { parent::__construct(sprintf('The file "%s" does not exist', $path)); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php b/src/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php index 78aa20585e..0444b87782 100644 --- a/src/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php +++ b/src/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php @@ -17,4 +17,4 @@ class UnexpectedTypeException extends FileException { parent::__construct(sprintf('Expected argument of type %s, %s given', $expectedType, is_object($value) ? get_class($value) : gettype($value))); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php b/src/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php index 84862b0124..1b869f22cb 100644 --- a/src/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php +++ b/src/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php @@ -68,4 +68,4 @@ class FileBinaryMimeTypeGuesser implements MimeTypeGuesserInterface return $match[1]; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php b/src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php index f3b39a3eb0..45d5a086ed 100644 --- a/src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php +++ b/src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php @@ -56,4 +56,4 @@ class FileinfoMimeTypeGuesser implements MimeTypeGuesserInterface return $finfo->file($path); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php b/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php index cfb0cb8fcd..23dd46324d 100644 --- a/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php +++ b/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php @@ -122,4 +122,4 @@ class MimeTypeGuesser implements MimeTypeGuesserInterface return $mimeType; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php b/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php index 0665970c79..c11158396f 100644 --- a/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php +++ b/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php @@ -27,4 +27,4 @@ interface MimeTypeGuesserInterface * @throws AccessDeniedException If the file could not be read */ function guess($path); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php b/src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php index 8c203fe6e4..5f6d408646 100644 --- a/src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php +++ b/src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php @@ -146,4 +146,4 @@ class ResponseHeaderBag extends HeaderBag return $header; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php b/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php index d75d802a4e..4ae825ba33 100644 --- a/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php @@ -86,4 +86,4 @@ class FilterControllerEvent extends KernelEvent return str_replace("\n", '', var_export((string) $var, true)); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php b/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php index 3489b510ff..143aaa1bbe 100644 --- a/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php @@ -58,4 +58,4 @@ class FilterResponseEvent extends KernelEvent { $this->response = $response; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php b/src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php index 6990427591..2772a86edd 100644 --- a/src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php @@ -63,4 +63,4 @@ class GetResponseEvent extends KernelEvent { return null !== $this->response; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php b/src/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php index da4fdc36a1..b3bebae01d 100644 --- a/src/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php @@ -47,4 +47,4 @@ class GetResponseForControllerResultEvent extends GetResponseEvent { return $this->controllerResult; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php b/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php index 26c0e803d2..6018e2e023 100644 --- a/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php @@ -63,4 +63,4 @@ class GetResponseForExceptionEvent extends GetResponseEvent { $this->exception = $exception; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/HttpKernel/Event/KernelEvent.php b/src/Symfony/Component/HttpKernel/Event/KernelEvent.php index 4475f0c0c8..8d0137f592 100644 --- a/src/Symfony/Component/HttpKernel/Event/KernelEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/KernelEvent.php @@ -78,4 +78,4 @@ class KernelEvent extends Event { return $this->requestType; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Locale/Locale.php b/src/Symfony/Component/Locale/Locale.php index 26ead5df44..6ae50b1093 100644 --- a/src/Symfony/Component/Locale/Locale.php +++ b/src/Symfony/Component/Locale/Locale.php @@ -164,4 +164,4 @@ class Locale extends \Locale { return array_keys(self::getDisplayLocales(self::getDefault())); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Locale/Resources/stubs/Collator.php b/src/Symfony/Component/Locale/Resources/stubs/Collator.php index c996ef8f50..3bb4de710b 100644 --- a/src/Symfony/Component/Locale/Resources/stubs/Collator.php +++ b/src/Symfony/Component/Locale/Resources/stubs/Collator.php @@ -15,4 +15,4 @@ * @author Bernhard Schussek * @see Symfony\Component\Collator\Stub\StubCollator */ -class Collator extends \Symfony\Component\Locale\Stub\StubCollator {} \ No newline at end of file +class Collator extends \Symfony\Component\Locale\Stub\StubCollator {} diff --git a/src/Symfony/Component/Locale/Resources/stubs/IntlDateFormatter.php b/src/Symfony/Component/Locale/Resources/stubs/IntlDateFormatter.php index 69eaa2e63d..b324479357 100644 --- a/src/Symfony/Component/Locale/Resources/stubs/IntlDateFormatter.php +++ b/src/Symfony/Component/Locale/Resources/stubs/IntlDateFormatter.php @@ -15,4 +15,4 @@ * @author Bernhard Schussek * @see Symfony\Component\IntlDateFormatter\Stub\StubIntlDateFormatter */ -class IntlDateFormatter extends \Symfony\Component\Locale\Stub\StubIntlDateFormatter {} \ No newline at end of file +class IntlDateFormatter extends \Symfony\Component\Locale\Stub\StubIntlDateFormatter {} diff --git a/src/Symfony/Component/Locale/Resources/stubs/Locale.php b/src/Symfony/Component/Locale/Resources/stubs/Locale.php index d1ec335f7f..5ba7429adb 100644 --- a/src/Symfony/Component/Locale/Resources/stubs/Locale.php +++ b/src/Symfony/Component/Locale/Resources/stubs/Locale.php @@ -15,4 +15,4 @@ * @author Bernhard Schussek * @see Symfony\Component\Locale\Stub\StubLocale */ -class Locale extends \Symfony\Component\Locale\Stub\StubLocale {} \ No newline at end of file +class Locale extends \Symfony\Component\Locale\Stub\StubLocale {} diff --git a/src/Symfony/Component/Locale/Resources/stubs/NumberFormatter.php b/src/Symfony/Component/Locale/Resources/stubs/NumberFormatter.php index 8f054574b1..6719ad3a26 100644 --- a/src/Symfony/Component/Locale/Resources/stubs/NumberFormatter.php +++ b/src/Symfony/Component/Locale/Resources/stubs/NumberFormatter.php @@ -15,4 +15,4 @@ * @author Bernhard Schussek * @see Symfony\Component\Locale\Stub\StubNumberFormatter */ -class NumberFormatter extends \Symfony\Component\Locale\Stub\StubNumberFormatter {} \ No newline at end of file +class NumberFormatter extends \Symfony\Component\Locale\Stub\StubNumberFormatter {} diff --git a/src/Symfony/Component/Locale/Resources/stubs/functions.php b/src/Symfony/Component/Locale/Resources/stubs/functions.php index b4f227157e..9a9252a901 100644 --- a/src/Symfony/Component/Locale/Resources/stubs/functions.php +++ b/src/Symfony/Component/Locale/Resources/stubs/functions.php @@ -42,4 +42,4 @@ function intl_get_error_code() { */ function intl_get_error_message() { return \Symfony\Component\Locale\Stub\StubIntl::getErrorMessage(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Dbal/Schema.php b/src/Symfony/Component/Security/Acl/Dbal/Schema.php index 09d60aa931..dd8cf08470 100644 --- a/src/Symfony/Component/Security/Acl/Dbal/Schema.php +++ b/src/Symfony/Component/Security/Acl/Dbal/Schema.php @@ -142,4 +142,4 @@ final class Schema extends BaseSchema $table->setPrimaryKey(array('id')); $table->addUniqueIndex(array('identifier', 'username')); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Domain/AclCollectionCache.php b/src/Symfony/Component/Security/Acl/Domain/AclCollectionCache.php index 6614724d94..c4f5fdd247 100644 --- a/src/Symfony/Component/Security/Acl/Domain/AclCollectionCache.php +++ b/src/Symfony/Component/Security/Acl/Domain/AclCollectionCache.php @@ -63,4 +63,4 @@ class AclCollectionCache $this->aclProvider->findAcls($oids, $sids); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Domain/AuditLogger.php b/src/Symfony/Component/Security/Acl/Domain/AuditLogger.php index 7c4bf1aff7..d6d7d9d476 100644 --- a/src/Symfony/Component/Security/Acl/Domain/AuditLogger.php +++ b/src/Symfony/Component/Security/Acl/Domain/AuditLogger.php @@ -50,4 +50,4 @@ abstract class AuditLogger implements AuditLoggerInterface * @return void */ abstract protected function doLog($granted, EntryInterface $ace); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Domain/FieldEntry.php b/src/Symfony/Component/Security/Acl/Domain/FieldEntry.php index 5ff69217fb..4167ba4a30 100644 --- a/src/Symfony/Component/Security/Acl/Domain/FieldEntry.php +++ b/src/Symfony/Component/Security/Acl/Domain/FieldEntry.php @@ -72,4 +72,4 @@ class FieldEntry extends Entry implements FieldEntryInterface list($this->field, $parentStr) = unserialize($serialized); parent::unserialize($parentStr); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Domain/ObjectIdentity.php b/src/Symfony/Component/Security/Acl/Domain/ObjectIdentity.php index e6916892dc..a684c52842 100644 --- a/src/Symfony/Component/Security/Acl/Domain/ObjectIdentity.php +++ b/src/Symfony/Component/Security/Acl/Domain/ObjectIdentity.php @@ -107,4 +107,4 @@ final class ObjectIdentity implements ObjectIdentityInterface { return sprintf('ObjectIdentity(%s, %s)', $this->identifier, $this->type); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Domain/ObjectIdentityRetrievalStrategy.php b/src/Symfony/Component/Security/Acl/Domain/ObjectIdentityRetrievalStrategy.php index 00b5b6b604..acd3b2c770 100644 --- a/src/Symfony/Component/Security/Acl/Domain/ObjectIdentityRetrievalStrategy.php +++ b/src/Symfony/Component/Security/Acl/Domain/ObjectIdentityRetrievalStrategy.php @@ -32,4 +32,4 @@ class ObjectIdentityRetrievalStrategy implements ObjectIdentityRetrievalStrategy return null; } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Domain/RoleSecurityIdentity.php b/src/Symfony/Component/Security/Acl/Domain/RoleSecurityIdentity.php index 67ad59e698..51d3d0c239 100644 --- a/src/Symfony/Component/Security/Acl/Domain/RoleSecurityIdentity.php +++ b/src/Symfony/Component/Security/Acl/Domain/RoleSecurityIdentity.php @@ -71,4 +71,4 @@ final class RoleSecurityIdentity implements SecurityIdentityInterface { return sprintf('RoleSecurityIdentity(%s)', $this->role); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Domain/SecurityIdentityRetrievalStrategy.php b/src/Symfony/Component/Security/Acl/Domain/SecurityIdentityRetrievalStrategy.php index d16a978338..d9e118b5fb 100644 --- a/src/Symfony/Component/Security/Acl/Domain/SecurityIdentityRetrievalStrategy.php +++ b/src/Symfony/Component/Security/Acl/Domain/SecurityIdentityRetrievalStrategy.php @@ -79,4 +79,4 @@ class SecurityIdentityRetrievalStrategy implements SecurityIdentityRetrievalStra return $sids; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Domain/UserSecurityIdentity.php b/src/Symfony/Component/Security/Acl/Domain/UserSecurityIdentity.php index d81eaafa43..93a637b96c 100644 --- a/src/Symfony/Component/Security/Acl/Domain/UserSecurityIdentity.php +++ b/src/Symfony/Component/Security/Acl/Domain/UserSecurityIdentity.php @@ -116,4 +116,4 @@ final class UserSecurityIdentity implements SecurityIdentityInterface { return sprintf('UserSecurityIdentity(%s, %s)', $this->username, $this->class); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Exception/AclAlreadyExistsException.php b/src/Symfony/Component/Security/Acl/Exception/AclAlreadyExistsException.php index 18658b7e4b..512da7feeb 100644 --- a/src/Symfony/Component/Security/Acl/Exception/AclAlreadyExistsException.php +++ b/src/Symfony/Component/Security/Acl/Exception/AclAlreadyExistsException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Security\Acl\Exception; */ class AclAlreadyExistsException extends Exception { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Exception/AclNotFoundException.php b/src/Symfony/Component/Security/Acl/Exception/AclNotFoundException.php index 8de1ea5b6d..bd66c005c8 100644 --- a/src/Symfony/Component/Security/Acl/Exception/AclNotFoundException.php +++ b/src/Symfony/Component/Security/Acl/Exception/AclNotFoundException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Security\Acl\Exception; */ class AclNotFoundException extends Exception { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Exception/ConcurrentModificationException.php b/src/Symfony/Component/Security/Acl/Exception/ConcurrentModificationException.php index 34d2775499..a527d9c47b 100644 --- a/src/Symfony/Component/Security/Acl/Exception/ConcurrentModificationException.php +++ b/src/Symfony/Component/Security/Acl/Exception/ConcurrentModificationException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Security\Acl\Exception; */ class ConcurrentModificationException extends Exception { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Exception/Exception.php b/src/Symfony/Component/Security/Acl/Exception/Exception.php index f99cb058ee..d381c5735d 100644 --- a/src/Symfony/Component/Security/Acl/Exception/Exception.php +++ b/src/Symfony/Component/Security/Acl/Exception/Exception.php @@ -18,4 +18,4 @@ namespace Symfony\Component\Security\Acl\Exception; */ class Exception extends \Exception { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Exception/InvalidDomainObjectException.php b/src/Symfony/Component/Security/Acl/Exception/InvalidDomainObjectException.php index 20e91b59d4..fc1a646aec 100644 --- a/src/Symfony/Component/Security/Acl/Exception/InvalidDomainObjectException.php +++ b/src/Symfony/Component/Security/Acl/Exception/InvalidDomainObjectException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Security\Acl\Exception; */ class InvalidDomainObjectException extends Exception { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Exception/NoAceFoundException.php b/src/Symfony/Component/Security/Acl/Exception/NoAceFoundException.php index 994efc012b..4d194d9a27 100644 --- a/src/Symfony/Component/Security/Acl/Exception/NoAceFoundException.php +++ b/src/Symfony/Component/Security/Acl/Exception/NoAceFoundException.php @@ -23,4 +23,4 @@ class NoAceFoundException extends Exception { parent::__construct('No applicable ACE was found.'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Exception/NotAllAclsFoundException.php b/src/Symfony/Component/Security/Acl/Exception/NotAllAclsFoundException.php index 820d933f1b..8e7a08f21e 100644 --- a/src/Symfony/Component/Security/Acl/Exception/NotAllAclsFoundException.php +++ b/src/Symfony/Component/Security/Acl/Exception/NotAllAclsFoundException.php @@ -44,4 +44,4 @@ class NotAllAclsFoundException extends AclNotFoundException { return $this->partialResult; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Exception/SidNotLoadedException.php b/src/Symfony/Component/Security/Acl/Exception/SidNotLoadedException.php index 0353f920f0..cb8c4cc6f0 100644 --- a/src/Symfony/Component/Security/Acl/Exception/SidNotLoadedException.php +++ b/src/Symfony/Component/Security/Acl/Exception/SidNotLoadedException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Security\Acl\Exception; */ class SidNotLoadedException extends Exception { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/AclCacheInterface.php b/src/Symfony/Component/Security/Acl/Model/AclCacheInterface.php index 30be7077e6..bc6c11fc3a 100644 --- a/src/Symfony/Component/Security/Acl/Model/AclCacheInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/AclCacheInterface.php @@ -66,4 +66,4 @@ interface AclCacheInterface * @return void */ function clearCache(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/AclInterface.php b/src/Symfony/Component/Security/Acl/Model/AclInterface.php index e8119fea5c..90945607a7 100644 --- a/src/Symfony/Component/Security/Acl/Model/AclInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/AclInterface.php @@ -103,4 +103,4 @@ interface AclInterface extends \Serializable * @return Boolean */ function isSidLoaded($securityIdentities); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/AclProviderInterface.php b/src/Symfony/Component/Security/Acl/Model/AclProviderInterface.php index 9d1075df79..12f55e0a70 100644 --- a/src/Symfony/Component/Security/Acl/Model/AclProviderInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/AclProviderInterface.php @@ -46,4 +46,4 @@ interface AclProviderInterface * @return \SplObjectStorage mapping the passed object identities to ACLs */ function findAcls(array $oids, array $sids = array()); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/AuditLoggerInterface.php b/src/Symfony/Component/Security/Acl/Model/AuditLoggerInterface.php index a2afd414fd..dceb76b10b 100644 --- a/src/Symfony/Component/Security/Acl/Model/AuditLoggerInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/AuditLoggerInterface.php @@ -27,4 +27,4 @@ interface AuditLoggerInterface * @return void */ function logIfNeeded($granted, EntryInterface $ace); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/AuditableAclInterface.php b/src/Symfony/Component/Security/Acl/Model/AuditableAclInterface.php index 953cf0de19..2a6d619ceb 100644 --- a/src/Symfony/Component/Security/Acl/Model/AuditableAclInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/AuditableAclInterface.php @@ -60,4 +60,4 @@ interface AuditableAclInterface extends MutableAclInterface * @return void */ function updateObjectFieldAuditing($index, $field, $auditSuccess, $auditFailure); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/AuditableEntryInterface.php b/src/Symfony/Component/Security/Acl/Model/AuditableEntryInterface.php index e79e309ac9..40c4484f9b 100644 --- a/src/Symfony/Component/Security/Acl/Model/AuditableEntryInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/AuditableEntryInterface.php @@ -31,4 +31,4 @@ interface AuditableEntryInterface extends EntryInterface * @return Boolean */ function isAuditSuccess(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/DomainObjectInterface.php b/src/Symfony/Component/Security/Acl/Model/DomainObjectInterface.php index fb898583e1..50bc4c34d6 100644 --- a/src/Symfony/Component/Security/Acl/Model/DomainObjectInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/DomainObjectInterface.php @@ -26,4 +26,4 @@ interface DomainObjectInterface * @return string */ function getObjectIdentifier(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/EntryInterface.php b/src/Symfony/Component/Security/Acl/Model/EntryInterface.php index 8de4ff3fec..6fe0dc8a11 100644 --- a/src/Symfony/Component/Security/Acl/Model/EntryInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/EntryInterface.php @@ -62,4 +62,4 @@ interface EntryInterface extends \Serializable * @return Boolean */ function isGranting(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/FieldEntryInterface.php b/src/Symfony/Component/Security/Acl/Model/FieldEntryInterface.php index 68aa10c9f1..a35ddb4cb5 100644 --- a/src/Symfony/Component/Security/Acl/Model/FieldEntryInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/FieldEntryInterface.php @@ -24,4 +24,4 @@ interface FieldEntryInterface extends EntryInterface * @return string */ function getField(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/MutableAclInterface.php b/src/Symfony/Component/Security/Acl/Model/MutableAclInterface.php index 9a64709eda..54a3f8ec63 100644 --- a/src/Symfony/Component/Security/Acl/Model/MutableAclInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/MutableAclInterface.php @@ -169,4 +169,4 @@ interface MutableAclInterface extends AclInterface * @return void */ function updateObjectFieldAce($index, $field, $mask, $strategy = null); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/MutableAclProviderInterface.php b/src/Symfony/Component/Security/Acl/Model/MutableAclProviderInterface.php index eab1dda4c9..c04eb312c0 100644 --- a/src/Symfony/Component/Security/Acl/Model/MutableAclProviderInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/MutableAclProviderInterface.php @@ -49,4 +49,4 @@ interface MutableAclProviderInterface extends AclProviderInterface * @return void */ function updateAcl(MutableAclInterface $acl); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/ObjectIdentityInterface.php b/src/Symfony/Component/Security/Acl/Model/ObjectIdentityInterface.php index d4621c1a81..7e892bfd88 100644 --- a/src/Symfony/Component/Security/Acl/Model/ObjectIdentityInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/ObjectIdentityInterface.php @@ -46,4 +46,4 @@ interface ObjectIdentityInterface * @return string cannot return null */ function getType(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/ObjectIdentityRetrievalStrategyInterface.php b/src/Symfony/Component/Security/Acl/Model/ObjectIdentityRetrievalStrategyInterface.php index df7a1a9f68..e53c3da1ea 100644 --- a/src/Symfony/Component/Security/Acl/Model/ObjectIdentityRetrievalStrategyInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/ObjectIdentityRetrievalStrategyInterface.php @@ -25,4 +25,4 @@ interface ObjectIdentityRetrievalStrategyInterface * @return ObjectIdentityInterface */ function getObjectIdentity($domainObject); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/PermissionGrantingStrategyInterface.php b/src/Symfony/Component/Security/Acl/Model/PermissionGrantingStrategyInterface.php index e2277f01e2..7afdfac7ed 100644 --- a/src/Symfony/Component/Security/Acl/Model/PermissionGrantingStrategyInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/PermissionGrantingStrategyInterface.php @@ -41,4 +41,4 @@ interface PermissionGrantingStrategyInterface * @return Boolean */ function isFieldGranted(AclInterface $acl, $field, array $masks, array $sids, $administrativeMode = false); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/SecurityIdentityInterface.php b/src/Symfony/Component/Security/Acl/Model/SecurityIdentityInterface.php index 778bbbf654..1833630707 100644 --- a/src/Symfony/Component/Security/Acl/Model/SecurityIdentityInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/SecurityIdentityInterface.php @@ -28,4 +28,4 @@ interface SecurityIdentityInterface * @return void */ function equals(SecurityIdentityInterface $identity); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Model/SecurityIdentityRetrievalStrategyInterface.php b/src/Symfony/Component/Security/Acl/Model/SecurityIdentityRetrievalStrategyInterface.php index 3353be4a59..3bbbaa4a47 100644 --- a/src/Symfony/Component/Security/Acl/Model/SecurityIdentityRetrievalStrategyInterface.php +++ b/src/Symfony/Component/Security/Acl/Model/SecurityIdentityRetrievalStrategyInterface.php @@ -31,4 +31,4 @@ interface SecurityIdentityRetrievalStrategyInterface * @return array of SecurityIdentityInterface implementations */ function getSecurityIdentities(TokenInterface $token); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Permission/BasicPermissionMap.php b/src/Symfony/Component/Security/Acl/Permission/BasicPermissionMap.php index dcf49df514..b2bcf658f5 100644 --- a/src/Symfony/Component/Security/Acl/Permission/BasicPermissionMap.php +++ b/src/Symfony/Component/Security/Acl/Permission/BasicPermissionMap.php @@ -100,4 +100,4 @@ class BasicPermissionMap implements PermissionMapInterface { return isset($this->map[$permission]); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Permission/MaskBuilder.php b/src/Symfony/Component/Security/Acl/Permission/MaskBuilder.php index a0c84f81c0..07e79fb307 100644 --- a/src/Symfony/Component/Security/Acl/Permission/MaskBuilder.php +++ b/src/Symfony/Component/Security/Acl/Permission/MaskBuilder.php @@ -199,4 +199,4 @@ class MaskBuilder throw new \InvalidArgumentException(sprintf('The mask "%d" is not supported.', $mask)); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Permission/PermissionMapInterface.php b/src/Symfony/Component/Security/Acl/Permission/PermissionMapInterface.php index fb41cc9f86..c2e49d5a58 100644 --- a/src/Symfony/Component/Security/Acl/Permission/PermissionMapInterface.php +++ b/src/Symfony/Component/Security/Acl/Permission/PermissionMapInterface.php @@ -37,4 +37,4 @@ interface PermissionMapInterface * @return Boolean */ function contains($permission); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Acl/Voter/FieldVote.php b/src/Symfony/Component/Security/Acl/Voter/FieldVote.php index 01f0c20faf..8782f765d0 100644 --- a/src/Symfony/Component/Security/Acl/Voter/FieldVote.php +++ b/src/Symfony/Component/Security/Acl/Voter/FieldVote.php @@ -37,4 +37,4 @@ class FieldVote { return $this->field; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProvider.php b/src/Symfony/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProvider.php index 67d77679b2..fb687b2f16 100644 --- a/src/Symfony/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProvider.php +++ b/src/Symfony/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProvider.php @@ -53,4 +53,4 @@ class RememberMeAuthenticationProvider implements AuthenticationProviderInterfac { return $token instanceof RememberMeToken && $token->getProviderKey() === $this->providerKey; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php b/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php index 7dd06a1a5d..46539003b8 100644 --- a/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php +++ b/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php @@ -56,4 +56,4 @@ class InMemoryTokenProvider implements TokenProviderInterface { $this->tokens[$token->getSeries()] = $token; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php b/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php index 55e6b89fe7..d9029f576e 100644 --- a/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php +++ b/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php @@ -104,4 +104,4 @@ final class PersistentToken implements PersistentTokenInterface { return $this->lastUsed; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php b/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php index 7d76a1de9d..004a9b7835 100644 --- a/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php +++ b/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php @@ -48,4 +48,4 @@ interface PersistentTokenInterface * @return \DateTime */ function getLastUsed(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php b/src/Symfony/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php index 1ec9c8026b..b48bd4de78 100644 --- a/src/Symfony/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php +++ b/src/Symfony/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php @@ -48,4 +48,4 @@ interface TokenProviderInterface * @param PersistentTokenInterface $token */ function createNewToken(PersistentTokenInterface $token); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php b/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php index 6abb1e559b..81ab1c2693 100644 --- a/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php +++ b/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php @@ -92,4 +92,4 @@ class RememberMeToken extends AbstractToken list($this->key, $this->providerKey, $parentStr) = unserialize($serialized); parent::unserialize($parentStr); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php b/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php index d6441d98fc..d7ae32dd47 100644 --- a/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php +++ b/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php @@ -66,4 +66,4 @@ class EncoderFactory implements EncoderFactoryInterface return $reflection->newInstanceArgs($config['arguments']); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/Encoder/EncoderFactoryInterface.php b/src/Symfony/Component/Security/Core/Encoder/EncoderFactoryInterface.php index 62cc9aa657..811c262330 100644 --- a/src/Symfony/Component/Security/Core/Encoder/EncoderFactoryInterface.php +++ b/src/Symfony/Component/Security/Core/Encoder/EncoderFactoryInterface.php @@ -27,4 +27,4 @@ interface EncoderFactoryInterface * @return PasswordEncoderInterface never null */ function getEncoder(UserInterface $user); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/Exception/CookieTheftException.php b/src/Symfony/Component/Security/Core/Exception/CookieTheftException.php index 83e61d737f..09ec79e98c 100644 --- a/src/Symfony/Component/Security/Core/Exception/CookieTheftException.php +++ b/src/Symfony/Component/Security/Core/Exception/CookieTheftException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Security\Core\Exception; */ class CookieTheftException extends AuthenticationException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php b/src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php index 5530927132..51adb69568 100644 --- a/src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php +++ b/src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php @@ -18,4 +18,4 @@ namespace Symfony\Component\Security\Core\Exception; */ class InvalidCsrfTokenException extends AuthenticationException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php b/src/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php index a00c89720a..a00a503d5f 100644 --- a/src/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php +++ b/src/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php @@ -24,4 +24,4 @@ namespace Symfony\Component\Security\Core\Exception; */ class SessionUnavailableException extends AuthenticationException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/Exception/UnsupportedUserException.php b/src/Symfony/Component/Security/Core/Exception/UnsupportedUserException.php index 5be9bc4432..6529fa9f0b 100644 --- a/src/Symfony/Component/Security/Core/Exception/UnsupportedUserException.php +++ b/src/Symfony/Component/Security/Core/Exception/UnsupportedUserException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Security\Core\Exception; */ class UnsupportedUserException extends AuthenticationServiceException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/SecurityContextInterface.php b/src/Symfony/Component/Security/Core/SecurityContextInterface.php index ce509aa3f4..d57c409fbf 100644 --- a/src/Symfony/Component/Security/Core/SecurityContextInterface.php +++ b/src/Symfony/Component/Security/Core/SecurityContextInterface.php @@ -47,4 +47,4 @@ interface SecurityContextInterface * @return Boolean */ function isGranted($attributes, $object = null); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/User/ChainUserProvider.php b/src/Symfony/Component/Security/Core/User/ChainUserProvider.php index 3a884ede63..d2b6e8cb54 100644 --- a/src/Symfony/Component/Security/Core/User/ChainUserProvider.php +++ b/src/Symfony/Component/Security/Core/User/ChainUserProvider.php @@ -76,4 +76,4 @@ class ChainUserProvider implements UserProviderInterface return false; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Core/User/UserProviderInterface.php b/src/Symfony/Component/Security/Core/User/UserProviderInterface.php index 79be191390..fb5c10696f 100644 --- a/src/Symfony/Component/Security/Core/User/UserProviderInterface.php +++ b/src/Symfony/Component/Security/Core/User/UserProviderInterface.php @@ -54,4 +54,4 @@ interface UserProviderInterface * @return Boolean */ function supportsClass($class); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php b/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php index 67762091b9..d5d0067282 100644 --- a/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php +++ b/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php @@ -36,4 +36,4 @@ interface AuthenticationFailureHandlerInterface * @return Response the response to return */ function onAuthenticationFailure(Request $request, AuthenticationException $exception); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php b/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php index 0fb2e66d0a..3d7c5610ae 100644 --- a/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php +++ b/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php @@ -36,4 +36,4 @@ interface AuthenticationSuccessHandlerInterface * @return Response the response to return */ function onAuthenticationSuccess(Request $request, TokenInterface $token); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/Event/InteractiveLoginEvent.php b/src/Symfony/Component/Security/Http/Event/InteractiveLoginEvent.php index 1d16cb6def..f242501b27 100644 --- a/src/Symfony/Component/Security/Http/Event/InteractiveLoginEvent.php +++ b/src/Symfony/Component/Security/Http/Event/InteractiveLoginEvent.php @@ -36,4 +36,4 @@ class InteractiveLoginEvent extends Event { return $this->authenticationToken; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/Event/SwitchUserEvent.php b/src/Symfony/Component/Security/Http/Event/SwitchUserEvent.php index 03ca003b8a..4a7dcaf86a 100644 --- a/src/Symfony/Component/Security/Http/Event/SwitchUserEvent.php +++ b/src/Symfony/Component/Security/Http/Event/SwitchUserEvent.php @@ -36,4 +36,4 @@ class SwitchUserEvent extends Event { return $this->targetUser; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php b/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php index 9d5084ef3f..822f641a92 100644 --- a/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php +++ b/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php @@ -27,4 +27,4 @@ interface ListenerInterface * @param GetResponseEvent $event */ function handle(GetResponseEvent $event); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/Firewall/RememberMeListener.php b/src/Symfony/Component/Security/Http/Firewall/RememberMeListener.php index 09f974eea2..cd49ef19b4 100644 --- a/src/Symfony/Component/Security/Http/Firewall/RememberMeListener.php +++ b/src/Symfony/Component/Security/Http/Firewall/RememberMeListener.php @@ -98,4 +98,4 @@ class RememberMeListener implements ListenerInterface $this->rememberMeServices->loginFail($request); } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php b/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php index e76b1bf150..a6b69687e9 100644 --- a/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php +++ b/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php @@ -77,4 +77,4 @@ class UsernamePasswordFormAuthenticationListener extends AbstractAuthenticationL return $this->authenticationManager->authenticate(new UsernamePasswordToken($username, $password, $this->providerKey)); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/FirewallMapInterface.php b/src/Symfony/Component/Security/Http/FirewallMapInterface.php index 453eb2d0a7..99bac067f6 100644 --- a/src/Symfony/Component/Security/Http/FirewallMapInterface.php +++ b/src/Symfony/Component/Security/Http/FirewallMapInterface.php @@ -34,4 +34,4 @@ interface FirewallMapInterface * @return array of the format array(array(AuthenticationListener), ExceptionListener) */ function getListeners(Request $request); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php b/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php index e3f09958f6..6d5c519b65 100644 --- a/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php +++ b/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php @@ -33,4 +33,4 @@ interface LogoutHandlerInterface * @return void */ function logout(Request $request, Response $response, TokenInterface $token); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php b/src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php index 8d73b0cb15..5592771024 100644 --- a/src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php +++ b/src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php @@ -34,4 +34,4 @@ interface LogoutSuccessHandlerInterface * @return Response never null */ function onLogoutSuccess(Request $request); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php b/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php index bfb5ecd75f..9fd49d1ce2 100644 --- a/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php +++ b/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php @@ -34,4 +34,4 @@ class SessionLogoutHandler implements LogoutHandlerInterface { $request->getSession()->invalidate(); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php b/src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php index f2a024939c..eb622a4b83 100644 --- a/src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php +++ b/src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php @@ -150,4 +150,4 @@ class PersistentTokenBasedRememberMeServices extends AbstractRememberMeServices return base64_encode(hash('sha512', uniqid(mt_rand(), true), true)); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/RememberMe/RememberMeServicesInterface.php b/src/Symfony/Component/Security/Http/RememberMe/RememberMeServicesInterface.php index 5c56c18077..c6b0ada646 100644 --- a/src/Symfony/Component/Security/Http/RememberMe/RememberMeServicesInterface.php +++ b/src/Symfony/Component/Security/Http/RememberMe/RememberMeServicesInterface.php @@ -80,4 +80,4 @@ interface RememberMeServicesInterface * @return void */ function loginSuccess(Request $request, Response $response, TokenInterface $token); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/SecurityEvents.php b/src/Symfony/Component/Security/Http/SecurityEvents.php index 9c335a11e4..a6c4e42fc9 100644 --- a/src/Symfony/Component/Security/Http/SecurityEvents.php +++ b/src/Symfony/Component/Security/Http/SecurityEvents.php @@ -16,4 +16,4 @@ final class SecurityEvents const INTERACTIVE_LOGIN = 'security.interactive_login'; const SWITCH_USER = 'security.switch_user'; -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php b/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php index 6b5aaa55eb..7e0c20acaf 100644 --- a/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php +++ b/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php @@ -60,4 +60,4 @@ class SessionAuthenticationStrategy implements SessionAuthenticationStrategyInte throw new \RuntimeException(sprintf('Invalid session authentication strategy "%s"', $this->strategy)); } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php b/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php index d0b824639d..54924ac332 100644 --- a/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php +++ b/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php @@ -36,4 +36,4 @@ interface SessionAuthenticationStrategyInterface * @return void */ function onAuthentication(Request $request, TokenInterface $token); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Serializer/Normalizer/SerializerAwareNormalizer.php b/src/Symfony/Component/Serializer/Normalizer/SerializerAwareNormalizer.php index a91cade321..56837d2be9 100644 --- a/src/Symfony/Component/Serializer/Normalizer/SerializerAwareNormalizer.php +++ b/src/Symfony/Component/Serializer/Normalizer/SerializerAwareNormalizer.php @@ -30,4 +30,4 @@ abstract class SerializerAwareNormalizer implements SerializerAwareInterface, No { $this->serializer = $serializer; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraint.php b/src/Symfony/Component/Validator/Constraint.php index 3dada10d80..d6a22db6a7 100644 --- a/src/Symfony/Component/Validator/Constraint.php +++ b/src/Symfony/Component/Validator/Constraint.php @@ -203,4 +203,4 @@ abstract class Constraint { return self::PROPERTY_CONSTRAINT; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/ConstraintValidator.php b/src/Symfony/Component/Validator/ConstraintValidator.php index 4357c5a77f..9f096f9626 100644 --- a/src/Symfony/Component/Validator/ConstraintValidator.php +++ b/src/Symfony/Component/Validator/ConstraintValidator.php @@ -57,4 +57,4 @@ abstract class ConstraintValidator implements ConstraintValidatorInterface $this->messageTemplate = $template; $this->messageParameters = $parameters; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/ConstraintValidatorFactory.php b/src/Symfony/Component/Validator/ConstraintValidatorFactory.php index b049c10476..f297cc8758 100644 --- a/src/Symfony/Component/Validator/ConstraintValidatorFactory.php +++ b/src/Symfony/Component/Validator/ConstraintValidatorFactory.php @@ -38,4 +38,4 @@ class ConstraintValidatorFactory implements ConstraintValidatorFactoryInterface return $this->validators[$className]; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/ConstraintViolation.php b/src/Symfony/Component/Validator/ConstraintViolation.php index 0d4894b1a2..3d535ad3ce 100644 --- a/src/Symfony/Component/Validator/ConstraintViolation.php +++ b/src/Symfony/Component/Validator/ConstraintViolation.php @@ -71,4 +71,4 @@ class ConstraintViolation { return $this->invalidValue; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/ConstraintViolationList.php b/src/Symfony/Component/Validator/ConstraintViolationList.php index e249a9c54f..663eca3d0c 100644 --- a/src/Symfony/Component/Validator/ConstraintViolationList.php +++ b/src/Symfony/Component/Validator/ConstraintViolationList.php @@ -112,4 +112,4 @@ EOF; unset($this->violations[$offset]); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/All.php b/src/Symfony/Component/Validator/Constraints/All.php index a0a5902718..f8780206b3 100644 --- a/src/Symfony/Component/Validator/Constraints/All.php +++ b/src/Symfony/Component/Validator/Constraints/All.php @@ -24,4 +24,4 @@ class All extends \Symfony\Component\Validator\Constraint { return array('constraints'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/AllValidator.php b/src/Symfony/Component/Validator/Constraints/AllValidator.php index fc15737b80..98cdfc8bfa 100644 --- a/src/Symfony/Component/Validator/Constraints/AllValidator.php +++ b/src/Symfony/Component/Validator/Constraints/AllValidator.php @@ -43,4 +43,4 @@ class AllValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/BlankValidator.php b/src/Symfony/Component/Validator/Constraints/BlankValidator.php index 77d2e6a360..d6b9a803f2 100644 --- a/src/Symfony/Component/Validator/Constraints/BlankValidator.php +++ b/src/Symfony/Component/Validator/Constraints/BlankValidator.php @@ -26,4 +26,4 @@ class BlankValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/Collection.php b/src/Symfony/Component/Validator/Constraints/Collection.php index 5d82f3ee67..0e9e6b4c57 100644 --- a/src/Symfony/Component/Validator/Constraints/Collection.php +++ b/src/Symfony/Component/Validator/Constraints/Collection.php @@ -37,4 +37,4 @@ class Collection extends \Symfony\Component\Validator\Constraint { return array('fields'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/CollectionValidator.php b/src/Symfony/Component/Validator/Constraints/CollectionValidator.php index c8fcc286de..b18bb014db 100644 --- a/src/Symfony/Component/Validator/Constraints/CollectionValidator.php +++ b/src/Symfony/Component/Validator/Constraints/CollectionValidator.php @@ -73,4 +73,4 @@ class CollectionValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/Country.php b/src/Symfony/Component/Validator/Constraints/Country.php index 63d2864d4b..a6067e5c3d 100644 --- a/src/Symfony/Component/Validator/Constraints/Country.php +++ b/src/Symfony/Component/Validator/Constraints/Country.php @@ -14,4 +14,4 @@ namespace Symfony\Component\Validator\Constraints; class Country extends \Symfony\Component\Validator\Constraint { public $message = 'This value is not a valid country'; -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/CountryValidator.php b/src/Symfony/Component/Validator/Constraints/CountryValidator.php index 9946344e10..259fb46c67 100644 --- a/src/Symfony/Component/Validator/Constraints/CountryValidator.php +++ b/src/Symfony/Component/Validator/Constraints/CountryValidator.php @@ -42,4 +42,4 @@ class CountryValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/Date.php b/src/Symfony/Component/Validator/Constraints/Date.php index 3d3d02b973..b668b9824e 100644 --- a/src/Symfony/Component/Validator/Constraints/Date.php +++ b/src/Symfony/Component/Validator/Constraints/Date.php @@ -14,4 +14,4 @@ namespace Symfony\Component\Validator\Constraints; class Date extends \Symfony\Component\Validator\Constraint { public $message = 'This value is not a valid date'; -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/DateTime.php b/src/Symfony/Component/Validator/Constraints/DateTime.php index 5b9931b32a..2b263adce0 100644 --- a/src/Symfony/Component/Validator/Constraints/DateTime.php +++ b/src/Symfony/Component/Validator/Constraints/DateTime.php @@ -22,4 +22,4 @@ class DateTime extends \Symfony\Component\Validator\Constraint { return self::PROPERTY_CONSTRAINT; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/DateTimeValidator.php b/src/Symfony/Component/Validator/Constraints/DateTimeValidator.php index 5959040ecb..82d1baa78b 100644 --- a/src/Symfony/Component/Validator/Constraints/DateTimeValidator.php +++ b/src/Symfony/Component/Validator/Constraints/DateTimeValidator.php @@ -14,4 +14,4 @@ namespace Symfony\Component\Validator\Constraints; class DateTimeValidator extends DateValidator { const PATTERN = '/^(\d{4})-(\d{2})-(\d{2}) (0[0-9]|1[0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9])$/'; -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/DateValidator.php b/src/Symfony/Component/Validator/Constraints/DateValidator.php index 11787db74c..66c89c8ae8 100644 --- a/src/Symfony/Component/Validator/Constraints/DateValidator.php +++ b/src/Symfony/Component/Validator/Constraints/DateValidator.php @@ -43,4 +43,4 @@ class DateValidator extends ConstraintValidator return checkdate($matches[2], $matches[3], $matches[1]); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/Email.php b/src/Symfony/Component/Validator/Constraints/Email.php index 4b24e17da1..cbc0a72530 100644 --- a/src/Symfony/Component/Validator/Constraints/Email.php +++ b/src/Symfony/Component/Validator/Constraints/Email.php @@ -15,4 +15,4 @@ class Email extends \Symfony\Component\Validator\Constraint { public $message = 'This value is not a valid email address'; public $checkMX = false; -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/EmailValidator.php b/src/Symfony/Component/Validator/Constraints/EmailValidator.php index 5a23e3792f..d3c191bcc7 100644 --- a/src/Symfony/Component/Validator/Constraints/EmailValidator.php +++ b/src/Symfony/Component/Validator/Constraints/EmailValidator.php @@ -64,4 +64,4 @@ class EmailValidator extends ConstraintValidator { return checkdnsrr($host, 'MX'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/FalseValidator.php b/src/Symfony/Component/Validator/Constraints/FalseValidator.php index 16b7c6c1a7..79f10bd703 100644 --- a/src/Symfony/Component/Validator/Constraints/FalseValidator.php +++ b/src/Symfony/Component/Validator/Constraints/FalseValidator.php @@ -30,4 +30,4 @@ class FalseValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/GroupSequence.php b/src/Symfony/Component/Validator/Constraints/GroupSequence.php index cb1d5b0a2d..01c27ad096 100644 --- a/src/Symfony/Component/Validator/Constraints/GroupSequence.php +++ b/src/Symfony/Component/Validator/Constraints/GroupSequence.php @@ -28,4 +28,4 @@ class GroupSequence { $this->groups = $groups['value']; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/Ip.php b/src/Symfony/Component/Validator/Constraints/Ip.php index 372fb8a8b4..9386f630c1 100644 --- a/src/Symfony/Component/Validator/Constraints/Ip.php +++ b/src/Symfony/Component/Validator/Constraints/Ip.php @@ -73,4 +73,4 @@ class Ip extends \Symfony\Component\Validator\Constraint throw new ConstraintDefinitionException(sprintf('The option "version" must be one of "%s"', implode('", "', self::$versions))); } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/IpValidator.php b/src/Symfony/Component/Validator/Constraints/IpValidator.php index 942eb02c47..7f22f6a552 100644 --- a/src/Symfony/Component/Validator/Constraints/IpValidator.php +++ b/src/Symfony/Component/Validator/Constraints/IpValidator.php @@ -96,4 +96,4 @@ class IpValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/Language.php b/src/Symfony/Component/Validator/Constraints/Language.php index 7c9f396fa3..30a09788b0 100644 --- a/src/Symfony/Component/Validator/Constraints/Language.php +++ b/src/Symfony/Component/Validator/Constraints/Language.php @@ -14,4 +14,4 @@ namespace Symfony\Component\Validator\Constraints; class Language extends \Symfony\Component\Validator\Constraint { public $message = 'This value is not a valid language'; -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/LanguageValidator.php b/src/Symfony/Component/Validator/Constraints/LanguageValidator.php index f52fdaeff7..664202fa9f 100644 --- a/src/Symfony/Component/Validator/Constraints/LanguageValidator.php +++ b/src/Symfony/Component/Validator/Constraints/LanguageValidator.php @@ -42,4 +42,4 @@ class LanguageValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/Locale.php b/src/Symfony/Component/Validator/Constraints/Locale.php index e6fff8253b..455e1ad06b 100644 --- a/src/Symfony/Component/Validator/Constraints/Locale.php +++ b/src/Symfony/Component/Validator/Constraints/Locale.php @@ -14,4 +14,4 @@ namespace Symfony\Component\Validator\Constraints; class Locale extends \Symfony\Component\Validator\Constraint { public $message = 'This value is not a valid locale'; -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/LocaleValidator.php b/src/Symfony/Component/Validator/Constraints/LocaleValidator.php index b7cfaa6c8e..89407ebfcd 100644 --- a/src/Symfony/Component/Validator/Constraints/LocaleValidator.php +++ b/src/Symfony/Component/Validator/Constraints/LocaleValidator.php @@ -42,4 +42,4 @@ class LocaleValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/Max.php b/src/Symfony/Component/Validator/Constraints/Max.php index b2eb6c491c..95b515ad76 100644 --- a/src/Symfony/Component/Validator/Constraints/Max.php +++ b/src/Symfony/Component/Validator/Constraints/Max.php @@ -31,4 +31,4 @@ class Max extends \Symfony\Component\Validator\Constraint { return array('limit'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/MaxLength.php b/src/Symfony/Component/Validator/Constraints/MaxLength.php index 84ee204d30..6600973429 100644 --- a/src/Symfony/Component/Validator/Constraints/MaxLength.php +++ b/src/Symfony/Component/Validator/Constraints/MaxLength.php @@ -32,4 +32,4 @@ class MaxLength extends \Symfony\Component\Validator\Constraint { return array('limit'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/MaxLengthValidator.php b/src/Symfony/Component/Validator/Constraints/MaxLengthValidator.php index 3b4745dfab..203d2178f2 100644 --- a/src/Symfony/Component/Validator/Constraints/MaxLengthValidator.php +++ b/src/Symfony/Component/Validator/Constraints/MaxLengthValidator.php @@ -42,4 +42,4 @@ class MaxLengthValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/MaxValidator.php b/src/Symfony/Component/Validator/Constraints/MaxValidator.php index db6886ebcb..755b3ead07 100644 --- a/src/Symfony/Component/Validator/Constraints/MaxValidator.php +++ b/src/Symfony/Component/Validator/Constraints/MaxValidator.php @@ -38,4 +38,4 @@ class MaxValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/Min.php b/src/Symfony/Component/Validator/Constraints/Min.php index ecc2d54f45..31b0d1f0e6 100644 --- a/src/Symfony/Component/Validator/Constraints/Min.php +++ b/src/Symfony/Component/Validator/Constraints/Min.php @@ -31,4 +31,4 @@ class Min extends \Symfony\Component\Validator\Constraint { return array('limit'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/MinLength.php b/src/Symfony/Component/Validator/Constraints/MinLength.php index ee9ca12751..0e5f8746e7 100644 --- a/src/Symfony/Component/Validator/Constraints/MinLength.php +++ b/src/Symfony/Component/Validator/Constraints/MinLength.php @@ -32,4 +32,4 @@ class MinLength extends \Symfony\Component\Validator\Constraint { return array('limit'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/MinLengthValidator.php b/src/Symfony/Component/Validator/Constraints/MinLengthValidator.php index 97ee6eb619..948dd995a4 100644 --- a/src/Symfony/Component/Validator/Constraints/MinLengthValidator.php +++ b/src/Symfony/Component/Validator/Constraints/MinLengthValidator.php @@ -42,4 +42,4 @@ class MinLengthValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/MinValidator.php b/src/Symfony/Component/Validator/Constraints/MinValidator.php index 9751eacc19..2bbd3d45a2 100644 --- a/src/Symfony/Component/Validator/Constraints/MinValidator.php +++ b/src/Symfony/Component/Validator/Constraints/MinValidator.php @@ -38,4 +38,4 @@ class MinValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php b/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php index 753b38eb5d..26b418669f 100644 --- a/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php +++ b/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php @@ -26,4 +26,4 @@ class NotBlankValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/NotNullValidator.php b/src/Symfony/Component/Validator/Constraints/NotNullValidator.php index eb470b43ac..e8b57aaad7 100644 --- a/src/Symfony/Component/Validator/Constraints/NotNullValidator.php +++ b/src/Symfony/Component/Validator/Constraints/NotNullValidator.php @@ -26,4 +26,4 @@ class NotNullValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/NullValidator.php b/src/Symfony/Component/Validator/Constraints/NullValidator.php index 4f63c227bb..6eaf2b9c65 100644 --- a/src/Symfony/Component/Validator/Constraints/NullValidator.php +++ b/src/Symfony/Component/Validator/Constraints/NullValidator.php @@ -26,4 +26,4 @@ class NullValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/Regex.php b/src/Symfony/Component/Validator/Constraints/Regex.php index a416fcd446..9e7b9d0481 100644 --- a/src/Symfony/Component/Validator/Constraints/Regex.php +++ b/src/Symfony/Component/Validator/Constraints/Regex.php @@ -32,4 +32,4 @@ class Regex extends \Symfony\Component\Validator\Constraint { return array('pattern'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/RegexValidator.php b/src/Symfony/Component/Validator/Constraints/RegexValidator.php index f61e57a901..602568af7f 100644 --- a/src/Symfony/Component/Validator/Constraints/RegexValidator.php +++ b/src/Symfony/Component/Validator/Constraints/RegexValidator.php @@ -43,4 +43,4 @@ class RegexValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/Time.php b/src/Symfony/Component/Validator/Constraints/Time.php index 0644ac2b3e..74fbbd14a5 100644 --- a/src/Symfony/Component/Validator/Constraints/Time.php +++ b/src/Symfony/Component/Validator/Constraints/Time.php @@ -14,4 +14,4 @@ namespace Symfony\Component\Validator\Constraints; class Time extends \Symfony\Component\Validator\Constraint { public $message = 'This value is not a valid time'; -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/TimeValidator.php b/src/Symfony/Component/Validator/Constraints/TimeValidator.php index dea2556625..56cfc7f7c1 100644 --- a/src/Symfony/Component/Validator/Constraints/TimeValidator.php +++ b/src/Symfony/Component/Validator/Constraints/TimeValidator.php @@ -39,4 +39,4 @@ class TimeValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/TrueValidator.php b/src/Symfony/Component/Validator/Constraints/TrueValidator.php index d6b1d5ee36..51a3c3af91 100644 --- a/src/Symfony/Component/Validator/Constraints/TrueValidator.php +++ b/src/Symfony/Component/Validator/Constraints/TrueValidator.php @@ -30,4 +30,4 @@ class TrueValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/TypeValidator.php b/src/Symfony/Component/Validator/Constraints/TypeValidator.php index 11313a8b24..4db7f4731d 100644 --- a/src/Symfony/Component/Validator/Constraints/TypeValidator.php +++ b/src/Symfony/Component/Validator/Constraints/TypeValidator.php @@ -38,4 +38,4 @@ class TypeValidator extends ConstraintValidator return false; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/Url.php b/src/Symfony/Component/Validator/Constraints/Url.php index abdac0acab..8fa81bf4fd 100644 --- a/src/Symfony/Component/Validator/Constraints/Url.php +++ b/src/Symfony/Component/Validator/Constraints/Url.php @@ -15,4 +15,4 @@ class Url extends \Symfony\Component\Validator\Constraint { public $message = 'This value is not a valid URL'; public $protocols = array('http', 'https'); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/UrlValidator.php b/src/Symfony/Component/Validator/Constraints/UrlValidator.php index f83ed9f2f3..c55721e07e 100644 --- a/src/Symfony/Component/Validator/Constraints/UrlValidator.php +++ b/src/Symfony/Component/Validator/Constraints/UrlValidator.php @@ -54,4 +54,4 @@ class UrlValidator extends ConstraintValidator return true; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Constraints/Valid.php b/src/Symfony/Component/Validator/Constraints/Valid.php index cb182f4951..dbf4efd5fb 100644 --- a/src/Symfony/Component/Validator/Constraints/Valid.php +++ b/src/Symfony/Component/Validator/Constraints/Valid.php @@ -14,4 +14,4 @@ namespace Symfony\Component\Validator\Constraints; class Valid extends \Symfony\Component\Validator\Constraint { public $traverse = true; -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php b/src/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php index 3ca81ddaea..b24fdd68d2 100644 --- a/src/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php +++ b/src/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php @@ -13,4 +13,4 @@ namespace Symfony\Component\Validator\Exception; class ConstraintDefinitionException extends ValidatorException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Exception/GroupDefinitionException.php b/src/Symfony/Component/Validator/Exception/GroupDefinitionException.php index 8960a13138..ab7e91d9e6 100644 --- a/src/Symfony/Component/Validator/Exception/GroupDefinitionException.php +++ b/src/Symfony/Component/Validator/Exception/GroupDefinitionException.php @@ -13,4 +13,4 @@ namespace Symfony\Component\Validator\Exception; class GroupDefinitionException extends ValidatorException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Exception/InvalidOptionsException.php b/src/Symfony/Component/Validator/Exception/InvalidOptionsException.php index 07bfcf90c0..ce87c42ef4 100644 --- a/src/Symfony/Component/Validator/Exception/InvalidOptionsException.php +++ b/src/Symfony/Component/Validator/Exception/InvalidOptionsException.php @@ -26,4 +26,4 @@ class InvalidOptionsException extends ValidatorException { return $this->options; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Exception/MissingOptionsException.php b/src/Symfony/Component/Validator/Exception/MissingOptionsException.php index a229df7bd2..07c5d9ecda 100644 --- a/src/Symfony/Component/Validator/Exception/MissingOptionsException.php +++ b/src/Symfony/Component/Validator/Exception/MissingOptionsException.php @@ -26,4 +26,4 @@ class MissingOptionsException extends ValidatorException { return $this->options; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Exception/UnexpectedTypeException.php b/src/Symfony/Component/Validator/Exception/UnexpectedTypeException.php index c06c86917a..573fecd2e8 100644 --- a/src/Symfony/Component/Validator/Exception/UnexpectedTypeException.php +++ b/src/Symfony/Component/Validator/Exception/UnexpectedTypeException.php @@ -17,4 +17,4 @@ class UnexpectedTypeException extends ValidatorException { parent::__construct(sprintf('Expected argument of type %s, %s given', $expectedType, gettype($value))); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Exception/ValidatorException.php b/src/Symfony/Component/Validator/Exception/ValidatorException.php index 6d7fcab374..6ee2416d84 100644 --- a/src/Symfony/Component/Validator/Exception/ValidatorException.php +++ b/src/Symfony/Component/Validator/Exception/ValidatorException.php @@ -13,4 +13,4 @@ namespace Symfony\Component\Validator\Exception; class ValidatorException extends \RuntimeException { -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/ExecutionContext.php b/src/Symfony/Component/Validator/ExecutionContext.php index d2e3f52b46..8b2910a367 100644 --- a/src/Symfony/Component/Validator/ExecutionContext.php +++ b/src/Symfony/Component/Validator/ExecutionContext.php @@ -129,4 +129,4 @@ class ExecutionContext { return $this->metadataFactory; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/GraphWalker.php b/src/Symfony/Component/Validator/GraphWalker.php index c55e4e842e..46d918fe68 100644 --- a/src/Symfony/Component/Validator/GraphWalker.php +++ b/src/Symfony/Component/Validator/GraphWalker.php @@ -173,4 +173,4 @@ class GraphWalker ); } } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php b/src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php index 1597a11d5f..2a03d5271d 100644 --- a/src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php +++ b/src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php @@ -42,4 +42,4 @@ interface CacheInterface * @param ClassMetadata $metadata A Class Metadata */ function write(ClassMetadata $metadata); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/ClassMetadata.php b/src/Symfony/Component/Validator/Mapping/ClassMetadata.php index e602c4e3e4..6611fb17ff 100644 --- a/src/Symfony/Component/Validator/Mapping/ClassMetadata.php +++ b/src/Symfony/Component/Validator/Mapping/ClassMetadata.php @@ -297,4 +297,4 @@ class ClassMetadata extends ElementMetadata return $this->reflClass; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php b/src/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php index 33d6842f44..a16dfdc3b6 100644 --- a/src/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php +++ b/src/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php @@ -73,4 +73,4 @@ class ClassMetadataFactory implements ClassMetadataFactoryInterface return $this->loadedClasses[$class]; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/ClassMetadataFactoryInterface.php b/src/Symfony/Component/Validator/Mapping/ClassMetadataFactoryInterface.php index 106f203141..02752c3ceb 100644 --- a/src/Symfony/Component/Validator/Mapping/ClassMetadataFactoryInterface.php +++ b/src/Symfony/Component/Validator/Mapping/ClassMetadataFactoryInterface.php @@ -14,4 +14,4 @@ namespace Symfony\Component\Validator\Mapping; interface ClassMetadataFactoryInterface { function getClassMetadata($class); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/GetterMetadata.php b/src/Symfony/Component/Validator/Mapping/GetterMetadata.php index 96ee6d4390..f27f4a2438 100644 --- a/src/Symfony/Component/Validator/Mapping/GetterMetadata.php +++ b/src/Symfony/Component/Validator/Mapping/GetterMetadata.php @@ -52,4 +52,4 @@ class GetterMetadata extends MemberMetadata { return new \ReflectionMethod($this->getClassName(), $this->getName()); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/Loader/FilesLoader.php b/src/Symfony/Component/Validator/Mapping/Loader/FilesLoader.php index d02c8462d2..29183aab0a 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/FilesLoader.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/FilesLoader.php @@ -58,4 +58,4 @@ abstract class FilesLoader extends LoaderChain * @return LoaderInterface */ abstract protected function getFileLoaderInstance($file); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php b/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php index 8c176ebce6..ca95e7054d 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php @@ -59,4 +59,4 @@ class LoaderChain implements LoaderInterface return $success; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php b/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php index cba4f906ef..1e78fc8d8c 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php @@ -23,4 +23,4 @@ interface LoaderInterface * @return Boolean */ function loadClassMetadata(ClassMetadata $metadata); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php b/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php index 8a71325688..7d8a6d758a 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php @@ -208,4 +208,4 @@ class XmlFileLoader extends FileLoader return $errors; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php b/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php index 0e3d8820fb..2b0d117549 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php @@ -26,4 +26,4 @@ class XmlFilesLoader extends FilesLoader { return new XmlFileLoader($file); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php b/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php index 077e8dc943..d112977018 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php @@ -114,4 +114,4 @@ class YamlFileLoader extends FileLoader return $values; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php b/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php index 82522b20ca..9d3a9d4b50 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php @@ -26,4 +26,4 @@ class YamlFilesLoader extends FilesLoader { return new YamlFileLoader($file); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/MemberMetadata.php b/src/Symfony/Component/Validator/Mapping/MemberMetadata.php index 84dd7f1deb..dcb4e75bfa 100644 --- a/src/Symfony/Component/Validator/Mapping/MemberMetadata.php +++ b/src/Symfony/Component/Validator/Mapping/MemberMetadata.php @@ -186,4 +186,4 @@ abstract class MemberMetadata extends ElementMetadata * @return object */ abstract protected function newReflectionMember(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php b/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php index 2dfcf8b619..cb60c70ded 100644 --- a/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php +++ b/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php @@ -48,4 +48,4 @@ class PropertyMetadata extends MemberMetadata return $member; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/Validator.php b/src/Symfony/Component/Validator/Validator.php index 4e93bf4d99..c5fee9e9b9 100644 --- a/src/Symfony/Component/Validator/Validator.php +++ b/src/Symfony/Component/Validator/Validator.php @@ -111,4 +111,4 @@ class Validator implements ValidatorInterface return $walker->getViolations(); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/ValidatorContextInterface.php b/src/Symfony/Component/Validator/ValidatorContextInterface.php index 15fc4c93f5..7a2695d7e8 100644 --- a/src/Symfony/Component/Validator/ValidatorContextInterface.php +++ b/src/Symfony/Component/Validator/ValidatorContextInterface.php @@ -50,4 +50,4 @@ interface ValidatorContextInterface * @return ValidatorInterface The new validator */ function getValidator(); -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/ValidatorFactory.php b/src/Symfony/Component/Validator/ValidatorFactory.php index 20cab106f0..09eb325a41 100644 --- a/src/Symfony/Component/Validator/ValidatorFactory.php +++ b/src/Symfony/Component/Validator/ValidatorFactory.php @@ -193,4 +193,4 @@ class ValidatorFactory implements ValidatorContextInterface { return $this->defaultContext->getValidator(); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/ValidatorInterface.php b/src/Symfony/Component/Validator/ValidatorInterface.php index 16d4f135ca..d10d017e8b 100644 --- a/src/Symfony/Component/Validator/ValidatorInterface.php +++ b/src/Symfony/Component/Validator/ValidatorInterface.php @@ -66,4 +66,4 @@ interface ValidatorInterface * @return Mapping\ClassMetadataFactoryInterface */ function getMetadataFactory(); -} \ No newline at end of file +}