From 90516223abe1a68195ac07fb4940619814a9f306 Mon Sep 17 00:00:00 2001 From: Bernhard Schussek Date: Sat, 26 May 2012 09:48:33 +0200 Subject: [PATCH] Fixing email --- .../Form/EventListener/MergeDoctrineCollectionListener.php | 2 +- src/Symfony/Bridge/Twig/Extension/FormExtension.php | 2 +- .../DependencyInjection/Compiler/FormPass.php | 2 +- .../Bundle/FrameworkBundle/Templating/Helper/FormHelper.php | 2 +- .../EventDispatcher/ContainerAwareEventDispatcher.php | 2 +- src/Symfony/Component/Form/AbstractExtension.php | 2 +- src/Symfony/Component/Form/DataTransformerInterface.php | 2 +- src/Symfony/Component/Form/Exception/CreationException.php | 2 +- .../Form/Exception/TransformationFailedException.php | 2 +- .../Component/Form/Exception/TypeDefinitionException.php | 2 +- .../Component/Form/Extension/Core/ChoiceList/ChoiceList.php | 2 +- src/Symfony/Component/Form/Extension/Core/CoreExtension.php | 2 +- .../Core/DataTransformer/ArrayToPartsTransformer.php | 2 +- .../Core/DataTransformer/BooleanToStringTransformer.php | 2 +- .../Extension/Core/DataTransformer/DataTransformerChain.php | 2 +- .../Core/DataTransformer/DateTimeToArrayTransformer.php | 2 +- .../DateTimeToLocalizedStringTransformer.php | 2 +- .../Core/DataTransformer/DateTimeToStringTransformer.php | 2 +- .../Core/DataTransformer/DateTimeToTimestampTransformer.php | 2 +- .../DataTransformer/IntegerToLocalizedStringTransformer.php | 2 +- .../DataTransformer/MoneyToLocalizedStringTransformer.php | 2 +- .../DataTransformer/NumberToLocalizedStringTransformer.php | 2 +- .../DataTransformer/PercentToLocalizedStringTransformer.php | 2 +- .../Core/DataTransformer/ValueToDuplicatesTransformer.php | 2 +- .../Core/EventListener/FixCheckboxInputListener.php | 2 +- .../Extension/Core/EventListener/FixRadioInputListener.php | 2 +- .../Extension/Core/EventListener/FixUrlProtocolListener.php | 2 +- .../Extension/Core/EventListener/ResizeFormListener.php | 2 +- .../Form/Extension/Core/EventListener/TrimListener.php | 2 +- .../Extension/Csrf/CsrfProvider/CsrfProviderInterface.php | 2 +- .../Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php | 2 +- .../Extension/Csrf/CsrfProvider/SessionCsrfProvider.php | 2 +- src/Symfony/Component/Form/Form.php | 2 +- src/Symfony/Component/Form/FormError.php | 2 +- src/Symfony/Component/Form/FormEvents.php | 2 +- src/Symfony/Component/Form/FormInterface.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/ReversedTransformer.php | 2 +- src/Symfony/Component/Form/Util/PropertyPath.php | 2 +- src/Symfony/Component/Form/Util/PropertyPathIterator.php | 2 +- .../Component/Form/Util/VirtualFormAwareIterator.php | 2 +- .../HttpFoundation/File/Exception/AccessDeniedException.php | 2 +- .../HttpFoundation/File/Exception/FileException.php | 2 +- .../HttpFoundation/File/Exception/FileNotFoundException.php | 2 +- .../HttpFoundation/File/Exception/UploadException.php | 2 +- src/Symfony/Component/HttpFoundation/File/File.php | 2 +- .../File/MimeType/FileBinaryMimeTypeGuesser.php | 2 +- .../File/MimeType/FileinfoMimeTypeGuesser.php | 2 +- .../HttpFoundation/File/MimeType/MimeTypeGuesser.php | 2 +- .../File/MimeType/MimeTypeGuesserInterface.php | 2 +- src/Symfony/Component/HttpFoundation/File/UploadedFile.php | 2 +- .../Component/HttpKernel/Event/FilterControllerEvent.php | 2 +- .../Component/HttpKernel/Event/FilterResponseEvent.php | 2 +- src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php | 2 +- .../Event/GetResponseForControllerResultEvent.php | 2 +- .../HttpKernel/Event/GetResponseForExceptionEvent.php | 2 +- src/Symfony/Component/HttpKernel/Event/KernelEvent.php | 2 +- src/Symfony/Component/HttpKernel/KernelEvents.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 | 6 +++--- src/Symfony/Component/Locale/Stub/StubIntl.php | 2 +- src/Symfony/Component/Validator/Constraint.php | 2 +- .../Component/Validator/Constraints/GroupSequence.php | 2 +- src/Symfony/Component/Validator/Constraints/Ip.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 +- .../Component/Validator/Mapping/Loader/LoaderChain.php | 2 +- src/Symfony/Component/Validator/Validator.php | 2 +- src/Symfony/Component/Validator/ValidatorContext.php | 2 +- .../Component/Validator/ValidatorContextInterface.php | 2 +- src/Symfony/Component/Validator/ValidatorFactory.php | 2 +- src/Symfony/Component/Validator/ValidatorInterface.php | 2 +- 79 files changed, 81 insertions(+), 81 deletions(-) diff --git a/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php b/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php index d3201d210b..69a4d3dd89 100644 --- a/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php +++ b/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php @@ -20,7 +20,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface; * * This works with ORM, MongoDB and CouchDB instances of the collection interface. * - * @author Bernhard Schussek + * @author Bernhard Schussek * * @see Doctrine\Common\Collections\Collection */ diff --git a/src/Symfony/Bridge/Twig/Extension/FormExtension.php b/src/Symfony/Bridge/Twig/Extension/FormExtension.php index 3a4c7ce926..cb6a866038 100644 --- a/src/Symfony/Bridge/Twig/Extension/FormExtension.php +++ b/src/Symfony/Bridge/Twig/Extension/FormExtension.php @@ -22,7 +22,7 @@ use Symfony\Component\Form\Util\FormUtil; * FormExtension extends Twig with form capabilities. * * @author Fabien Potencier - * @author Bernhard Schussek + * @author Bernhard Schussek */ class FormExtension extends \Twig_Extension { diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php index 0e59ede4ab..e077cc1b55 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php @@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; * Adds all services with the tags "form.type" and "form.type_guesser" as * arguments of the "form.extension" service * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class FormPass implements CompilerPassInterface { diff --git a/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php b/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php index 0b0c82edbb..517186b3bd 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php +++ b/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php @@ -23,7 +23,7 @@ use Symfony\Component\Form\Util\FormUtil; * FormHelper provides helpers to help display forms. * * @author Fabien Potencier - * @author Bernhard Schussek + * @author Bernhard Schussek */ class FormHelper extends Helper { diff --git a/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php b/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php index e891edd999..85ba2ad2c9 100644 --- a/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php +++ b/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php @@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; * container * * @author Fabien Potencier - * @author Bernhard Schussek + * @author Bernhard Schussek * @author Jordan Alliot */ class ContainerAwareEventDispatcher extends EventDispatcher diff --git a/src/Symfony/Component/Form/AbstractExtension.php b/src/Symfony/Component/Form/AbstractExtension.php index 4b309354a4..ea2e95924c 100644 --- a/src/Symfony/Component/Form/AbstractExtension.php +++ b/src/Symfony/Component/Form/AbstractExtension.php @@ -15,7 +15,7 @@ use Symfony\Component\Form\Exception\FormException; use Symfony\Component\Form\Exception\UnexpectedTypeException; /** - * @author Bernhard Schussek + * @author Bernhard Schussek */ abstract class AbstractExtension implements FormExtensionInterface { diff --git a/src/Symfony/Component/Form/DataTransformerInterface.php b/src/Symfony/Component/Form/DataTransformerInterface.php index e163322d48..251ec17627 100644 --- a/src/Symfony/Component/Form/DataTransformerInterface.php +++ b/src/Symfony/Component/Form/DataTransformerInterface.php @@ -14,7 +14,7 @@ namespace Symfony\Component\Form; /** * Transforms a value between different representations. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ interface DataTransformerInterface { diff --git a/src/Symfony/Component/Form/Exception/CreationException.php b/src/Symfony/Component/Form/Exception/CreationException.php index 14ced82ea9..91caa0fd59 100644 --- a/src/Symfony/Component/Form/Exception/CreationException.php +++ b/src/Symfony/Component/Form/Exception/CreationException.php @@ -14,7 +14,7 @@ namespace Symfony\Component\Form\Exception; /** * Thrown when a form could not be constructed by a FormFactory * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class CreationException extends FormException { diff --git a/src/Symfony/Component/Form/Exception/TransformationFailedException.php b/src/Symfony/Component/Form/Exception/TransformationFailedException.php index 710cf2ed73..73e0b7b2ee 100644 --- a/src/Symfony/Component/Form/Exception/TransformationFailedException.php +++ b/src/Symfony/Component/Form/Exception/TransformationFailedException.php @@ -14,7 +14,7 @@ namespace Symfony\Component\Form\Exception; /** * Indicates a value transformation error. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class TransformationFailedException extends \RuntimeException { diff --git a/src/Symfony/Component/Form/Exception/TypeDefinitionException.php b/src/Symfony/Component/Form/Exception/TypeDefinitionException.php index 73fe228ee4..ece48004c7 100644 --- a/src/Symfony/Component/Form/Exception/TypeDefinitionException.php +++ b/src/Symfony/Component/Form/Exception/TypeDefinitionException.php @@ -14,7 +14,7 @@ namespace Symfony\Component\Form\Exception; /** * Thrown when a form type is configured incorrectly * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class TypeDefinitionException extends FormException { diff --git a/src/Symfony/Component/Form/Extension/Core/ChoiceList/ChoiceList.php b/src/Symfony/Component/Form/Extension/Core/ChoiceList/ChoiceList.php index 34f7356ee3..8c95f58387 100644 --- a/src/Symfony/Component/Form/Extension/Core/ChoiceList/ChoiceList.php +++ b/src/Symfony/Component/Form/Extension/Core/ChoiceList/ChoiceList.php @@ -28,7 +28,7 @@ use Symfony\Component\Form\Extension\Core\View\ChoiceView; * $choiceList = new ChoiceList($choices, $labels); * * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class ChoiceList implements ChoiceListInterface { diff --git a/src/Symfony/Component/Form/Extension/Core/CoreExtension.php b/src/Symfony/Component/Form/Extension/Core/CoreExtension.php index d733b8c545..e57a5b2685 100644 --- a/src/Symfony/Component/Form/Extension/Core/CoreExtension.php +++ b/src/Symfony/Component/Form/Extension/Core/CoreExtension.php @@ -17,7 +17,7 @@ use Symfony\Component\Form\AbstractExtension; /** * Represents the main form extension, which loads the core functionality. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class CoreExtension extends AbstractExtension { diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php index 1cff0a36a6..da5737037f 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php @@ -16,7 +16,7 @@ use Symfony\Component\Form\Exception\TransformationFailedException; use Symfony\Component\Form\Exception\UnexpectedTypeException; /** - * @author Bernhard Schussek + * @author Bernhard Schussek */ class ArrayToPartsTransformer implements DataTransformerInterface { diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php index 08e4829350..e902d89e0c 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php @@ -17,7 +17,7 @@ use Symfony\Component\Form\Exception\UnexpectedTypeException; /** * Transforms between a Boolean and a string. * - * @author Bernhard Schussek + * @author Bernhard Schussek * @author Florian Eckerstorfer */ class BooleanToStringTransformer implements DataTransformerInterface diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php index 0e42baa847..7d434434b9 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php @@ -16,7 +16,7 @@ use Symfony\Component\Form\DataTransformerInterface; /** * Passes a value through multiple value transformers * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class DataTransformerChain implements DataTransformerInterface { diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php index cb60211164..d243441c51 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php @@ -17,7 +17,7 @@ use Symfony\Component\Form\Exception\UnexpectedTypeException; /** * Transforms between a normalized time and a localized time string/array. * - * @author Bernhard Schussek + * @author Bernhard Schussek * @author Florian Eckerstorfer */ class DateTimeToArrayTransformer extends BaseDateTimeTransformer diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php index 4e1a33c65f..c8920c3c9d 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php @@ -17,7 +17,7 @@ use Symfony\Component\Form\Exception\UnexpectedTypeException; /** * Transforms between a normalized time and a localized time string * - * @author Bernhard Schussek + * @author Bernhard Schussek * @author Florian Eckerstorfer */ class DateTimeToLocalizedStringTransformer extends BaseDateTimeTransformer diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php index fd0ced228f..e6014b8186 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php @@ -17,7 +17,7 @@ use Symfony\Component\Form\Exception\UnexpectedTypeException; /** * Transforms between a date string and a DateTime object * - * @author Bernhard Schussek + * @author Bernhard Schussek * @author Florian Eckerstorfer */ class DateTimeToStringTransformer extends BaseDateTimeTransformer diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php index 1671f268de..dff3c52083 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php @@ -17,7 +17,7 @@ use Symfony\Component\Form\Exception\UnexpectedTypeException; /** * Transforms between a timestamp and a DateTime object * - * @author Bernhard Schussek + * @author Bernhard Schussek * @author Florian Eckerstorfer */ class DateTimeToTimestampTransformer extends BaseDateTimeTransformer diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php index 2e4a734ac2..4dd04af820 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php @@ -18,7 +18,7 @@ use Symfony\Component\Form\Exception\UnexpectedTypeException; * Transforms between an integer and a localized number with grouping * (each thousand) and comma separators. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class IntegerToLocalizedStringTransformer extends NumberToLocalizedStringTransformer { diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php index 6a835f993f..d3b5998b42 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php @@ -16,7 +16,7 @@ use Symfony\Component\Form\Exception\UnexpectedTypeException; /** * Transforms between a normalized format and a localized money string. * - * @author Bernhard Schussek + * @author Bernhard Schussek * @author Florian Eckerstorfer */ class MoneyToLocalizedStringTransformer extends NumberToLocalizedStringTransformer diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php index 8b895f3bdd..48c96274d3 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php @@ -19,7 +19,7 @@ use Symfony\Component\Form\Exception\UnexpectedTypeException; * Transforms between a number type and a localized number with grouping * (each thousand) and comma separators. * - * @author Bernhard Schussek + * @author Bernhard Schussek * @author Florian Eckerstorfer */ class NumberToLocalizedStringTransformer implements DataTransformerInterface diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php index 7ee6580c9b..c4d9ce28e8 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php @@ -18,7 +18,7 @@ use Symfony\Component\Form\Exception\UnexpectedTypeException; /** * Transforms between a normalized format (integer or float) and a percentage value. * - * @author Bernhard Schussek + * @author Bernhard Schussek * @author Florian Eckerstorfer */ class PercentToLocalizedStringTransformer implements DataTransformerInterface diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php index b0bd25d6a2..22fa01c39a 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php @@ -16,7 +16,7 @@ use Symfony\Component\Form\Exception\TransformationFailedException; use Symfony\Component\Form\Exception\UnexpectedTypeException; /** - * @author Bernhard Schussek + * @author Bernhard Schussek */ class ValueToDuplicatesTransformer implements DataTransformerInterface { diff --git a/src/Symfony/Component/Form/Extension/Core/EventListener/FixCheckboxInputListener.php b/src/Symfony/Component/Form/Extension/Core/EventListener/FixCheckboxInputListener.php index 4ddec0db97..1cb89e58eb 100644 --- a/src/Symfony/Component/Form/Extension/Core/EventListener/FixCheckboxInputListener.php +++ b/src/Symfony/Component/Form/Extension/Core/EventListener/FixCheckboxInputListener.php @@ -20,7 +20,7 @@ use Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface; * Takes care of converting the input from a list of checkboxes to a correctly * indexed array. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class FixCheckboxInputListener implements EventSubscriberInterface { diff --git a/src/Symfony/Component/Form/Extension/Core/EventListener/FixRadioInputListener.php b/src/Symfony/Component/Form/Extension/Core/EventListener/FixRadioInputListener.php index 43e8a3b73a..0bf24a288f 100644 --- a/src/Symfony/Component/Form/Extension/Core/EventListener/FixRadioInputListener.php +++ b/src/Symfony/Component/Form/Extension/Core/EventListener/FixRadioInputListener.php @@ -20,7 +20,7 @@ use Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface; * Takes care of converting the input from a single radio button * to an array. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class FixRadioInputListener implements EventSubscriberInterface { diff --git a/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php b/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php index ee2cd95ac4..05a7253c41 100644 --- a/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php +++ b/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php @@ -18,7 +18,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface; /** * Adds a protocol to a URL if it doesn't already have one. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class FixUrlProtocolListener implements EventSubscriberInterface { diff --git a/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php b/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php index a953d9e215..027ec7e346 100644 --- a/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php +++ b/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php @@ -20,7 +20,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface; /** * Resize a collection form element based on the data sent from the client. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class ResizeFormListener implements EventSubscriberInterface { diff --git a/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php b/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php index 4ee3249054..0f93b8d174 100644 --- a/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php +++ b/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php @@ -18,7 +18,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface; /** * Trims string data * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class TrimListener implements EventSubscriberInterface { diff --git a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/CsrfProviderInterface.php b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/CsrfProviderInterface.php index f981a22fca..340a74a1c9 100644 --- a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/CsrfProviderInterface.php +++ b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/CsrfProviderInterface.php @@ -25,7 +25,7 @@ namespace Symfony\Component\Form\Extension\Csrf\CsrfProvider; * be bound to pages that are designed to handle the form, that is, that use * the same intention string to validate the CSRF token with isCsrfTokenValid(). * - * @author Bernhard Schussek + * @author Bernhard Schussek */ interface CsrfProviderInterface { diff --git a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php index 04194a19f0..3cc4b4312a 100644 --- a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php +++ b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php @@ -17,7 +17,7 @@ namespace Symfony\Component\Form\Extension\Csrf\CsrfProvider; * This provider uses the session ID returned by session_id() as well as a * user-defined secret value to secure the CSRF token. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class DefaultCsrfProvider implements CsrfProviderInterface { diff --git a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/SessionCsrfProvider.php b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/SessionCsrfProvider.php index da476b6902..f852123362 100644 --- a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/SessionCsrfProvider.php +++ b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/SessionCsrfProvider.php @@ -19,7 +19,7 @@ use Symfony\Component\HttpFoundation\Session\Session; * * @see DefaultCsrfProvider * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class SessionCsrfProvider extends DefaultCsrfProvider { diff --git a/src/Symfony/Component/Form/Form.php b/src/Symfony/Component/Form/Form.php index d4d880de0a..0b0b879acc 100644 --- a/src/Symfony/Component/Form/Form.php +++ b/src/Symfony/Component/Form/Form.php @@ -52,7 +52,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface; * converted to the displayed data as described before. * * @author Fabien Potencier - * @author Bernhard Schussek + * @author Bernhard Schussek */ class Form implements \IteratorAggregate, FormInterface { diff --git a/src/Symfony/Component/Form/FormError.php b/src/Symfony/Component/Form/FormError.php index ee006c4234..4ef5653413 100644 --- a/src/Symfony/Component/Form/FormError.php +++ b/src/Symfony/Component/Form/FormError.php @@ -14,7 +14,7 @@ namespace Symfony\Component\Form; /** * Wraps errors in forms * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class FormError { diff --git a/src/Symfony/Component/Form/FormEvents.php b/src/Symfony/Component/Form/FormEvents.php index 430ea08560..6ddfe3e8e4 100644 --- a/src/Symfony/Component/Form/FormEvents.php +++ b/src/Symfony/Component/Form/FormEvents.php @@ -12,7 +12,7 @@ namespace Symfony\Component\Form; /** - * @author Bernhard Schussek + * @author Bernhard Schussek */ final class FormEvents { diff --git a/src/Symfony/Component/Form/FormInterface.php b/src/Symfony/Component/Form/FormInterface.php index 915ab19d9a..e74dcbf7ed 100644 --- a/src/Symfony/Component/Form/FormInterface.php +++ b/src/Symfony/Component/Form/FormInterface.php @@ -14,7 +14,7 @@ namespace Symfony\Component\Form; /** * A form group bundling multiple form forms * - * @author Bernhard Schussek + * @author Bernhard Schussek */ interface FormInterface extends \ArrayAccess, \Traversable, \Countable { diff --git a/src/Symfony/Component/Form/Guess/Guess.php b/src/Symfony/Component/Form/Guess/Guess.php index 77f6ebd442..800617a6d2 100644 --- a/src/Symfony/Component/Form/Guess/Guess.php +++ b/src/Symfony/Component/Form/Guess/Guess.php @@ -18,7 +18,7 @@ namespace Symfony\Component\Form\Guess; * Thus an instance with confidence HIGH_CONFIDENCE is more likely to be * correct than an instance with confidence LOW_CONFIDENCE. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ abstract class Guess { diff --git a/src/Symfony/Component/Form/Guess/TypeGuess.php b/src/Symfony/Component/Form/Guess/TypeGuess.php index 69256a97cb..3241e603df 100644 --- a/src/Symfony/Component/Form/Guess/TypeGuess.php +++ b/src/Symfony/Component/Form/Guess/TypeGuess.php @@ -15,7 +15,7 @@ namespace Symfony\Component\Form\Guess; * Contains a guessed class name and a list of options for creating an instance * of that class * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class TypeGuess extends Guess { diff --git a/src/Symfony/Component/Form/Guess/ValueGuess.php b/src/Symfony/Component/Form/Guess/ValueGuess.php index 8f90608015..2e3333ba5b 100644 --- a/src/Symfony/Component/Form/Guess/ValueGuess.php +++ b/src/Symfony/Component/Form/Guess/ValueGuess.php @@ -14,7 +14,7 @@ namespace Symfony\Component\Form\Guess; /** * Contains a guessed value * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class ValueGuess extends Guess { diff --git a/src/Symfony/Component/Form/ReversedTransformer.php b/src/Symfony/Component/Form/ReversedTransformer.php index aa792c2b9f..7069705feb 100644 --- a/src/Symfony/Component/Form/ReversedTransformer.php +++ b/src/Symfony/Component/Form/ReversedTransformer.php @@ -17,7 +17,7 @@ namespace Symfony\Component\Form; * When the transform() method is called, the reversed transformer's * reverseTransform() method is called and vice versa. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class ReversedTransformer implements DataTransformerInterface { diff --git a/src/Symfony/Component/Form/Util/PropertyPath.php b/src/Symfony/Component/Form/Util/PropertyPath.php index f28693aa15..5a184ac56e 100644 --- a/src/Symfony/Component/Form/Util/PropertyPath.php +++ b/src/Symfony/Component/Form/Util/PropertyPath.php @@ -21,7 +21,7 @@ use Symfony\Component\Form\Exception\UnexpectedTypeException; /** * Allows easy traversing of a property path * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class PropertyPath implements \IteratorAggregate, PropertyPathInterface { diff --git a/src/Symfony/Component/Form/Util/PropertyPathIterator.php b/src/Symfony/Component/Form/Util/PropertyPathIterator.php index c1f4546fa8..72ce27210c 100644 --- a/src/Symfony/Component/Form/Util/PropertyPathIterator.php +++ b/src/Symfony/Component/Form/Util/PropertyPathIterator.php @@ -15,7 +15,7 @@ namespace Symfony\Component\Form\Util; * Traverses a property path and provides additional methods to find out * information about the current element * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class PropertyPathIterator extends \ArrayIterator implements PropertyPathIteratorInterface { diff --git a/src/Symfony/Component/Form/Util/VirtualFormAwareIterator.php b/src/Symfony/Component/Form/Util/VirtualFormAwareIterator.php index 2caeff504e..b73654c1e2 100644 --- a/src/Symfony/Component/Form/Util/VirtualFormAwareIterator.php +++ b/src/Symfony/Component/Form/Util/VirtualFormAwareIterator.php @@ -17,7 +17,7 @@ namespace Symfony\Component\Form\Util; * If the iterator encounters a virtual field group, it enters the field * group and traverses its children as well. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class VirtualFormAwareIterator extends \ArrayIterator implements \RecursiveIterator { diff --git a/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php b/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php index b97dfb3eb3..41f7a46250 100644 --- a/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php +++ b/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php @@ -14,7 +14,7 @@ namespace Symfony\Component\HttpFoundation\File\Exception; /** * Thrown when the access on a file was denied. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class AccessDeniedException extends FileException { diff --git a/src/Symfony/Component/HttpFoundation/File/Exception/FileException.php b/src/Symfony/Component/HttpFoundation/File/Exception/FileException.php index 43c6cc8998..68f827bd54 100644 --- a/src/Symfony/Component/HttpFoundation/File/Exception/FileException.php +++ b/src/Symfony/Component/HttpFoundation/File/Exception/FileException.php @@ -14,7 +14,7 @@ namespace Symfony\Component\HttpFoundation\File\Exception; /** * Thrown when an error occurred in the component File * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class FileException extends \RuntimeException { diff --git a/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php b/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php index c9a41f79b6..bd70094b09 100644 --- a/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php +++ b/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php @@ -14,7 +14,7 @@ namespace Symfony\Component\HttpFoundation\File\Exception; /** * Thrown when a file was not found * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class FileNotFoundException extends FileException { diff --git a/src/Symfony/Component/HttpFoundation/File/Exception/UploadException.php b/src/Symfony/Component/HttpFoundation/File/Exception/UploadException.php index 694e864d1c..382282e746 100644 --- a/src/Symfony/Component/HttpFoundation/File/Exception/UploadException.php +++ b/src/Symfony/Component/HttpFoundation/File/Exception/UploadException.php @@ -14,7 +14,7 @@ namespace Symfony\Component\HttpFoundation\File\Exception; /** * Thrown when an error occurred during file upload * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class UploadException extends FileException { diff --git a/src/Symfony/Component/HttpFoundation/File/File.php b/src/Symfony/Component/HttpFoundation/File/File.php index d8ab4ac4fc..188f0c3b1d 100644 --- a/src/Symfony/Component/HttpFoundation/File/File.php +++ b/src/Symfony/Component/HttpFoundation/File/File.php @@ -19,7 +19,7 @@ use Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser; /** * A file in the file system. * - * @author Bernhard Schussek + * @author Bernhard Schussek * * @api */ diff --git a/src/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php b/src/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php index 12b84cdc9a..0761c26267 100644 --- a/src/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php +++ b/src/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php @@ -17,7 +17,7 @@ use Symfony\Component\HttpFoundation\File\Exception\AccessDeniedException; /** * Guesses the mime type with the binary "file" (only available on *nix) * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class FileBinaryMimeTypeGuesser implements MimeTypeGuesserInterface { diff --git a/src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php b/src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php index 45d5a086ed..873b94b66b 100644 --- a/src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php +++ b/src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php @@ -17,7 +17,7 @@ use Symfony\Component\HttpFoundation\File\Exception\AccessDeniedException; /** * Guesses the mime type using the PECL extension FileInfo * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class FileinfoMimeTypeGuesser implements MimeTypeGuesserInterface { diff --git a/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php b/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php index fe41ed8dc1..84bd4ce291 100644 --- a/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php +++ b/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php @@ -28,7 +28,7 @@ use Symfony\Component\HttpFoundation\File\Exception\AccessDeniedException; * * The last registered guesser is preferred over previously registered ones. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class MimeTypeGuesser implements MimeTypeGuesserInterface { diff --git a/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php b/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php index ddb8c69aa7..40e8ffd72d 100644 --- a/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php +++ b/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php @@ -14,7 +14,7 @@ namespace Symfony\Component\HttpFoundation\File\MimeType; /** * Guesses the mime type of a file * - * @author Bernhard Schussek + * @author Bernhard Schussek */ interface MimeTypeGuesserInterface { diff --git a/src/Symfony/Component/HttpFoundation/File/UploadedFile.php b/src/Symfony/Component/HttpFoundation/File/UploadedFile.php index 4e51c50010..7e57b0274a 100644 --- a/src/Symfony/Component/HttpFoundation/File/UploadedFile.php +++ b/src/Symfony/Component/HttpFoundation/File/UploadedFile.php @@ -17,7 +17,7 @@ use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException; /** * A file uploaded through a form. * - * @author Bernhard Schussek + * @author Bernhard Schussek * @author Florian Eckerstorfer * @author Fabien Potencier * diff --git a/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php b/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php index fbac347fae..cc47b7195c 100644 --- a/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php @@ -23,7 +23,7 @@ use Symfony\Component\HttpFoundation\Request; * * Controllers should be callables. * - * @author Bernhard Schussek + * @author Bernhard Schussek * * @api */ diff --git a/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php b/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php index 7e1f4a209f..196bd67e71 100644 --- a/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php @@ -22,7 +22,7 @@ use Symfony\Component\HttpFoundation\Response; * setResponse() you can set a new response that will be returned to the * browser. * - * @author Bernhard Schussek + * @author Bernhard Schussek * * @api */ diff --git a/src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php b/src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php index eb726c0462..c8c2f00625 100644 --- a/src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/GetResponseEvent.php @@ -20,7 +20,7 @@ use Symfony\Component\HttpFoundation\Response; * current request. The propagation of this event is stopped as soon as a * response is set. * - * @author Bernhard Schussek + * @author Bernhard Schussek * * @api */ diff --git a/src/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php b/src/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php index 25ceca8b85..bcabcf32d5 100644 --- a/src/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php @@ -21,7 +21,7 @@ use Symfony\Component\HttpFoundation\Request; * current request. The propagation of this event is stopped as soon as a * response is set. * - * @author Bernhard Schussek + * @author Bernhard Schussek * * @api */ diff --git a/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php b/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php index fdf2f9cb87..3787f627ba 100644 --- a/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php @@ -25,7 +25,7 @@ use Symfony\Component\HttpFoundation\Request; * exception will be thrown if no response is set during processing of this * event. * - * @author Bernhard Schussek + * @author Bernhard Schussek * * @api */ diff --git a/src/Symfony/Component/HttpKernel/Event/KernelEvent.php b/src/Symfony/Component/HttpKernel/Event/KernelEvent.php index 4dcfd11819..2e1790a3c2 100644 --- a/src/Symfony/Component/HttpKernel/Event/KernelEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/KernelEvent.php @@ -18,7 +18,7 @@ use Symfony\Component\EventDispatcher\Event; /** * Base class for events thrown in the HttpKernel component * - * @author Bernhard Schussek + * @author Bernhard Schussek * * @api */ diff --git a/src/Symfony/Component/HttpKernel/KernelEvents.php b/src/Symfony/Component/HttpKernel/KernelEvents.php index 1594d3e7a8..c2a43090b3 100644 --- a/src/Symfony/Component/HttpKernel/KernelEvents.php +++ b/src/Symfony/Component/HttpKernel/KernelEvents.php @@ -14,7 +14,7 @@ namespace Symfony\Component\HttpKernel; /** * Contains all events thrown in the HttpKernel component * - * @author Bernhard Schussek + * @author Bernhard Schussek * * @api */ diff --git a/src/Symfony/Component/Locale/Resources/stubs/Collator.php b/src/Symfony/Component/Locale/Resources/stubs/Collator.php index 9e3ccdadc8..d08f5c115b 100644 --- a/src/Symfony/Component/Locale/Resources/stubs/Collator.php +++ b/src/Symfony/Component/Locale/Resources/stubs/Collator.php @@ -12,7 +12,7 @@ /** * Stub implementation for the Collator class of the intl extension * - * @author Bernhard Schussek + * @author Bernhard Schussek * @see Symfony\Component\Collator\Stub\StubCollator */ diff --git a/src/Symfony/Component/Locale/Resources/stubs/IntlDateFormatter.php b/src/Symfony/Component/Locale/Resources/stubs/IntlDateFormatter.php index bdcacfc7ee..b122268ddb 100644 --- a/src/Symfony/Component/Locale/Resources/stubs/IntlDateFormatter.php +++ b/src/Symfony/Component/Locale/Resources/stubs/IntlDateFormatter.php @@ -12,7 +12,7 @@ /** * Stub implementation for the IntlDateFormatter class of the intl extension * - * @author Bernhard Schussek + * @author Bernhard Schussek * @see Symfony\Component\IntlDateFormatter\Stub\StubIntlDateFormatter */ diff --git a/src/Symfony/Component/Locale/Resources/stubs/Locale.php b/src/Symfony/Component/Locale/Resources/stubs/Locale.php index eaf32e0740..ebdbb16abe 100644 --- a/src/Symfony/Component/Locale/Resources/stubs/Locale.php +++ b/src/Symfony/Component/Locale/Resources/stubs/Locale.php @@ -12,7 +12,7 @@ /** * Stub implementation for the Locale class of the intl extension * - * @author Bernhard Schussek + * @author Bernhard Schussek * @see 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 46878a4265..a473349055 100644 --- a/src/Symfony/Component/Locale/Resources/stubs/NumberFormatter.php +++ b/src/Symfony/Component/Locale/Resources/stubs/NumberFormatter.php @@ -12,7 +12,7 @@ /** * Stub implementation for the NumberFormatter class of the intl extension * - * @author Bernhard Schussek + * @author Bernhard Schussek * @see 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 571a265aab..17f624d9fe 100644 --- a/src/Symfony/Component/Locale/Resources/stubs/functions.php +++ b/src/Symfony/Component/Locale/Resources/stubs/functions.php @@ -14,7 +14,7 @@ use Symfony\Component\Locale\Stub\StubIntl; /** * Stub implementation for the intl_is_failure function of the intl extension * - * @author Bernhard Schussek + * @author Bernhard Schussek * @param integer $errorCode The error code returned by intl_get_error_code() * @return Boolean Whether the error code indicates an error * @see Symfony\Component\Locale\Stub\StubIntl::isFailure @@ -27,7 +27,7 @@ function intl_is_failure($errorCode) /** * Stub implementation for the intl_get_error_code function of the intl extension * - * @author Bernhard Schussek + * @author Bernhard Schussek * @return Boolean The error code of the last intl function call or * StubIntl::U_ZERO_ERROR if no error occurred * @see Symfony\Component\Locale\Stub\StubIntl::getErrorCode @@ -40,7 +40,7 @@ function intl_get_error_code() /** * Stub implementation for the intl_get_error_code function of the intl extension * - * @author Bernhard Schussek + * @author Bernhard Schussek * @return Boolean The error message of the last intl function call or * "U_ZERO_ERROR" if no error occurred * @see Symfony\Component\Locale\Stub\StubIntl::getErrorMessage diff --git a/src/Symfony/Component/Locale/Stub/StubIntl.php b/src/Symfony/Component/Locale/Stub/StubIntl.php index c843d068ee..a550954993 100644 --- a/src/Symfony/Component/Locale/Stub/StubIntl.php +++ b/src/Symfony/Component/Locale/Stub/StubIntl.php @@ -14,7 +14,7 @@ namespace Symfony\Component\Locale\Stub; /** * Provides fake static versions of the global functions in the intl extension * - * @author Bernhard Schussek + * @author Bernhard Schussek */ abstract class StubIntl { diff --git a/src/Symfony/Component/Validator/Constraint.php b/src/Symfony/Component/Validator/Constraint.php index f1806e04ab..6c568aacd4 100644 --- a/src/Symfony/Component/Validator/Constraint.php +++ b/src/Symfony/Component/Validator/Constraint.php @@ -24,7 +24,7 @@ use Symfony\Component\Validator\Exception\ConstraintDefinitionException; * * Constraint instances are immutable and serializable. * - * @author Bernhard Schussek + * @author Bernhard Schussek * * @api */ diff --git a/src/Symfony/Component/Validator/Constraints/GroupSequence.php b/src/Symfony/Component/Validator/Constraints/GroupSequence.php index 4c762ddba7..c19f5f8848 100644 --- a/src/Symfony/Component/Validator/Constraints/GroupSequence.php +++ b/src/Symfony/Component/Validator/Constraints/GroupSequence.php @@ -15,7 +15,7 @@ namespace Symfony\Component\Validator\Constraints; * Annotation for group sequences * * @Annotation - * @author Bernhard Schussek + * @author Bernhard Schussek * * @api */ diff --git a/src/Symfony/Component/Validator/Constraints/Ip.php b/src/Symfony/Component/Validator/Constraints/Ip.php index f064e32168..6396a99751 100644 --- a/src/Symfony/Component/Validator/Constraints/Ip.php +++ b/src/Symfony/Component/Validator/Constraints/Ip.php @@ -18,7 +18,7 @@ use Symfony\Component\Validator\Constraint; * Validates that a value is a valid IP address * * @Annotation - * @author Bernhard Schussek + * @author Bernhard Schussek * @author Joseph Bielawski * * @api diff --git a/src/Symfony/Component/Validator/GraphWalker.php b/src/Symfony/Component/Validator/GraphWalker.php index 54fd92e050..93fcb9e286 100644 --- a/src/Symfony/Component/Validator/GraphWalker.php +++ b/src/Symfony/Component/Validator/GraphWalker.php @@ -23,7 +23,7 @@ use Symfony\Component\Validator\Mapping\MemberMetadata; * types of items. * * @author Fabien Potencier - * @author Bernhard Schussek + * @author Bernhard Schussek */ class GraphWalker { diff --git a/src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php b/src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php index 30d608672a..780a8e28f7 100644 --- a/src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php +++ b/src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php @@ -16,7 +16,7 @@ use Symfony\Component\Validator\Mapping\ClassMetadata; /** * Persists ClassMetadata instances in a cache * - * @author Bernhard Schussek + * @author Bernhard Schussek */ interface CacheInterface { diff --git a/src/Symfony/Component/Validator/Mapping/ClassMetadata.php b/src/Symfony/Component/Validator/Mapping/ClassMetadata.php index 2d8c60f098..340d4d7414 100644 --- a/src/Symfony/Component/Validator/Mapping/ClassMetadata.php +++ b/src/Symfony/Component/Validator/Mapping/ClassMetadata.php @@ -18,7 +18,7 @@ use Symfony\Component\Validator\Exception\GroupDefinitionException; /** * Represents all the configured constraints on a given class. * - * @author Bernhard Schussek + * @author Bernhard Schussek * @author Fabien Potencier */ class ClassMetadata extends ElementMetadata diff --git a/src/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php b/src/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php index 3d217d5994..22e4a313f6 100644 --- a/src/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php +++ b/src/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php @@ -17,7 +17,7 @@ use Symfony\Component\Validator\Mapping\Cache\CacheInterface; /** * Implementation of ClassMetadataFactoryInterface * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class ClassMetadataFactory implements ClassMetadataFactoryInterface { diff --git a/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php b/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php index ca95e7054d..287f837cdb 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php @@ -22,7 +22,7 @@ use Symfony\Component\Validator\Mapping\ClassMetadata; * in all of these loaders, regardless of whether any of them was * successful or not. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class LoaderChain implements LoaderInterface { diff --git a/src/Symfony/Component/Validator/Validator.php b/src/Symfony/Component/Validator/Validator.php index 54ae2f9456..12cff98f3e 100644 --- a/src/Symfony/Component/Validator/Validator.php +++ b/src/Symfony/Component/Validator/Validator.php @@ -20,7 +20,7 @@ use Symfony\Component\Validator\Mapping\ClassMetadataFactoryInterface; * against constraints. * * @author Fabien Potencier - * @author Bernhard Schussek + * @author Bernhard Schussek * * @api */ diff --git a/src/Symfony/Component/Validator/ValidatorContext.php b/src/Symfony/Component/Validator/ValidatorContext.php index 3dfcab8d32..6da56bdbc1 100644 --- a/src/Symfony/Component/Validator/ValidatorContext.php +++ b/src/Symfony/Component/Validator/ValidatorContext.php @@ -16,7 +16,7 @@ use Symfony\Component\Validator\Mapping\ClassMetadataFactoryInterface; /** * Default implementation of ValidatorContextInterface * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class ValidatorContext implements ValidatorContextInterface { diff --git a/src/Symfony/Component/Validator/ValidatorContextInterface.php b/src/Symfony/Component/Validator/ValidatorContextInterface.php index 18db2e9273..c93d9edd39 100644 --- a/src/Symfony/Component/Validator/ValidatorContextInterface.php +++ b/src/Symfony/Component/Validator/ValidatorContextInterface.php @@ -26,7 +26,7 @@ use Symfony\Component\Validator\Mapping\ClassMetadataFactoryInterface; * ->getValidator(); * * - * @author Bernhard Schussek + * @author Bernhard Schussek */ interface ValidatorContextInterface { diff --git a/src/Symfony/Component/Validator/ValidatorFactory.php b/src/Symfony/Component/Validator/ValidatorFactory.php index 376219d67f..9f5fc5b2c6 100644 --- a/src/Symfony/Component/Validator/ValidatorFactory.php +++ b/src/Symfony/Component/Validator/ValidatorFactory.php @@ -72,7 +72,7 @@ use Symfony\Component\Validator\Mapping\Loader\LoaderChain; * * ValidatorFactory instances should be cached and reused in your application. * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class ValidatorFactory implements ValidatorContextInterface { diff --git a/src/Symfony/Component/Validator/ValidatorInterface.php b/src/Symfony/Component/Validator/ValidatorInterface.php index 9585af0547..fc645c1001 100644 --- a/src/Symfony/Component/Validator/ValidatorInterface.php +++ b/src/Symfony/Component/Validator/ValidatorInterface.php @@ -16,7 +16,7 @@ use Symfony\Component\Validator\Constraint; /** * Validates a given value. * - * @author Bernhard Schussek + * @author Bernhard Schussek * * @api */