Skip to content

Commit 9e95199

Browse files
committed
merged branch bschussek/emailfix (PR symfony#4421)
Commits ------- 9051622 Fixing email Discussion ---------- Fixing email address --------------------------------------------------------------------------- by travisbot at 2012-05-26T07:54:42Z This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1440253) (merged 9051622 into 7e28a06).
2 parents 7e28a06 + 9051622 commit 9e95199

File tree

79 files changed

+81
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+81
-81
lines changed

src/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* This works with ORM, MongoDB and CouchDB instances of the collection interface.
2222
*
23-
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
23+
* @author Bernhard Schussek <bschussek@gmail.com>
2424
*
2525
* @see Doctrine\Common\Collections\Collection
2626
*/

src/Symfony/Bridge/Twig/Extension/FormExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* FormExtension extends Twig with form capabilities.
2323
*
2424
* @author Fabien Potencier <fabien@symfony.com>
25-
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
25+
* @author Bernhard Schussek <bschussek@gmail.com>
2626
*/
2727
class FormExtension extends \Twig_Extension
2828
{

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Adds all services with the tags "form.type" and "form.type_guesser" as
1919
* arguments of the "form.extension" service
2020
*
21-
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
21+
* @author Bernhard Schussek <bschussek@gmail.com>
2222
*/
2323
class FormPass implements CompilerPassInterface
2424
{

src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* FormHelper provides helpers to help display forms.
2424
*
2525
* @author Fabien Potencier <fabien@symfony.com>
26-
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
26+
* @author Bernhard Schussek <bschussek@gmail.com>
2727
*/
2828
class FormHelper extends Helper
2929
{

src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* container
1919
*
2020
* @author Fabien Potencier <fabien@symfony.com>
21-
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
21+
* @author Bernhard Schussek <bschussek@gmail.com>
2222
* @author Jordan Alliot <jordan.alliot@gmail.com>
2323
*/
2424
class ContainerAwareEventDispatcher extends EventDispatcher

src/Symfony/Component/Form/AbstractExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Symfony\Component\Form\Exception\UnexpectedTypeException;
1616

1717
/**
18-
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
18+
* @author Bernhard Schussek <bschussek@gmail.com>
1919
*/
2020
abstract class AbstractExtension implements FormExtensionInterface
2121
{

src/Symfony/Component/Form/DataTransformerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Transforms a value between different representations.
1616
*
17-
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
17+
* @author Bernhard Schussek <bschussek@gmail.com>
1818
*/
1919
interface DataTransformerInterface
2020
{

src/Symfony/Component/Form/Exception/CreationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Thrown when a form could not be constructed by a FormFactory
1616
*
17-
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
17+
* @author Bernhard Schussek <bschussek@gmail.com>
1818
*/
1919
class CreationException extends FormException
2020
{

src/Symfony/Component/Form/Exception/TransformationFailedException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Indicates a value transformation error.
1616
*
17-
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
17+
* @author Bernhard Schussek <bschussek@gmail.com>
1818
*/
1919
class TransformationFailedException extends \RuntimeException
2020
{

src/Symfony/Component/Form/Exception/TypeDefinitionException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Thrown when a form type is configured incorrectly
1616
*
17-
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
17+
* @author Bernhard Schussek <bschussek@gmail.com>
1818
*/
1919
class TypeDefinitionException extends FormException
2020
{

0 commit comments

Comments
 (0)