Skip to content

Commit

Permalink
Fix Paweł mail =)
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed May 8, 2014
1 parent 738d290 commit fbc69dd
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* This information is solely responsible for how the different configuration
* sections are normalized, and merged.
*
* @author Paweł Jędrzejewski <[email protected]>
* @author Paweł Jędrzejewski <[email protected]>
*/
class Configuration implements ConfigurationInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Doctrine/ODM/MongoDB/DocumentRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Doctrine ODM driver resource manager.
*
* @author Paweł Jędrzejewski <[email protected]>
* @author Paweł Jędrzejewski <[email protected]>
*/
class DocumentRepository extends BaseDocumentRepository implements RepositoryInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Doctrine/ODM/PHPCR/DocumentRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Doctrine PHPCR-ODM driver document repository.
*
* @author Paweł Jędrzejewski <[email protected]>
* @author Paweł Jędrzejewski <[email protected]>
* @author David Buchmann <[email protected]>
*/
class DocumentRepository extends BaseDocumentRepository implements RepositoryInterface
Expand Down
2 changes: 1 addition & 1 deletion Doctrine/ORM/EntityRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Doctrine ORM driver entity repository.
*
* @author Paweł Jędrzejewski <[email protected]>
* @author Paweł Jędrzejewski <[email protected]>
*/
class EntityRepository extends BaseEntityRepository implements RepositoryInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Twig/ResourceExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Sylius resource twig helper.
*
* @author Paweł Jędrzejewski <[email protected]>
* @author Paweł Jędrzejewski <[email protected]>
* @author Saša Stamenković <[email protected]>
* @author Arnaud Langlade <[email protected]>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Resource controller configuration product.
*
* @author Paweł Jędrzejewski <[email protected]>
* @author Paweł Jędrzejewski <[email protected]>
*/
class ConfigurationSpec extends ObjectBehavior
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Resource controller spec.
*
* @author Paweł Jędrzejewski <[email protected]>
* @author Paweł Jędrzejewski <[email protected]>
*/
class ResourceControllerSpec extends ObjectBehavior
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Resource resolver spec.
*
* @author Paweł Jędrzejewski <[email protected]>
* @author Paweł Jędrzejewski <[email protected]>
*/
class ResourceResolverSpec extends ObjectBehavior
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Compiler pass which resolves interfaces into target entity names during
* compile time of container.
*
* @author Paweł Jędrzejewski <[email protected]>
* @author Paweł Jędrzejewski <[email protected]>
*/
class ResolveDoctrineTargetEntitiesPassSpec extends ObjectBehavior
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Doctrine target entities resolver spec.
* It adds proper method calls to doctrine listener.
*
* @author Paweł Jędrzejewski <[email protected]>
* @author Paweł Jędrzejewski <[email protected]>
*/
class DoctrineTargetEntitiesResolverSpec extends ObjectBehavior
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Sylius resource bundle spec.
*
* @author Paweł Jędrzejewski <[email protected]>
* @author Paweł Jędrzejewski <[email protected]>
*/
class SyliusResourceBundleSpec extends ObjectBehavior
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* Sylius resource extension for Twig spec.
*
* @author Paweł Jędrzejewski <[email protected]>
* @author Paweł Jędrzejewski <[email protected]>
* @author Arnaud Langlade <[email protected]>
*/
class ResourceExtensionSpec extends ObjectBehavior
Expand Down

0 comments on commit fbc69dd

Please sign in to comment.