Skip to content

Commit

Permalink
Update @pamil's email
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed May 18, 2017
1 parent 4f9a2d9 commit f069330
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
Expand Up @@ -17,7 +17,7 @@
use Symfony\Component\DependencyInjection\Reference;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
abstract class PrioritizedCompositeServicePass implements CompilerPassInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Form/Registry/FormTypeRegistry.php
Expand Up @@ -12,7 +12,7 @@
namespace Sylius\Bundle\ResourceBundle\Form\Registry;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class FormTypeRegistry implements FormTypeRegistryInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Form/Registry/FormTypeRegistryInterface.php
Expand Up @@ -12,7 +12,7 @@
namespace Sylius\Bundle\ResourceBundle\Form\Registry;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
interface FormTypeRegistryInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Form/Type/FixedCollectionType.php
Expand Up @@ -17,7 +17,7 @@
use Symfony\Component\OptionsResolver\OptionsResolver;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class FixedCollectionType extends AbstractType
{
Expand Down
2 changes: 1 addition & 1 deletion Storage/CookieStorage.php
Expand Up @@ -20,7 +20,7 @@
use Symfony\Component\HttpKernel\KernelEvents;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class CookieStorage implements StorageInterface, EventSubscriberInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Storage/SessionStorage.php
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\HttpFoundation\Session\SessionInterface;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class SessionStorage implements StorageInterface
{
Expand Down
Expand Up @@ -17,7 +17,7 @@
use Symfony\Component\DependencyInjection\Definition;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class DoctrineTargetEntitiesResolverPassTest extends AbstractCompilerPassTestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Tests/Form/Type/FixedCollectionTypeTest.php
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\Form\Test\TypeTestCase;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class FixedCollectionTypeTest extends TypeTestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Tests/Form/Type/ResourceTranslationsTypeTest.php
Expand Up @@ -19,7 +19,7 @@
use Symfony\Component\Form\Test\TypeTestCase;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class ResourceTranslationsTypeTest extends TypeTestCase
{
Expand Down
2 changes: 1 addition & 1 deletion Validator/Constraints/Disabled.php
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\Validator\Constraint;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class Disabled extends Constraint
{
Expand Down
2 changes: 1 addition & 1 deletion Validator/Constraints/Enabled.php
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\Validator\Constraint;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class Enabled extends Constraint
{
Expand Down
2 changes: 1 addition & 1 deletion Validator/DisabledValidator.php
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\Validator\ConstraintValidator;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class DisabledValidator extends ConstraintValidator
{
Expand Down
2 changes: 1 addition & 1 deletion Validator/EnabledValidator.php
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\Validator\ConstraintValidator;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class EnabledValidator extends ConstraintValidator
{
Expand Down
2 changes: 1 addition & 1 deletion spec/Storage/CookieStorageSpec.php
Expand Up @@ -15,7 +15,7 @@
use Sylius\Component\Resource\Storage\StorageInterface;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class CookieStorageSpec extends ObjectBehavior
{
Expand Down
2 changes: 1 addition & 1 deletion spec/Storage/SessionStorageSpec.php
Expand Up @@ -17,7 +17,7 @@
use Symfony\Component\HttpFoundation\Session\Storage\MockArraySessionStorage;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class SessionStorageSpec extends ObjectBehavior
{
Expand Down
2 changes: 1 addition & 1 deletion spec/Validator/Constraints/DisabledSpec.php
Expand Up @@ -17,7 +17,7 @@
use Symfony\Component\Validator\Constraint;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class DisabledSpec extends ObjectBehavior
{
Expand Down
2 changes: 1 addition & 1 deletion spec/Validator/Constraints/EnabledSpec.php
Expand Up @@ -17,7 +17,7 @@
use Symfony\Component\Validator\Constraint;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class EnabledSpec extends ObjectBehavior
{
Expand Down
2 changes: 1 addition & 1 deletion spec/Validator/DisabledValidatorSpec.php
Expand Up @@ -20,7 +20,7 @@
use Symfony\Component\Validator\Context\ExecutionContextInterface;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class DisabledValidatorSpec extends ObjectBehavior
{
Expand Down
2 changes: 1 addition & 1 deletion spec/Validator/EnabledValidatorSpec.php
Expand Up @@ -20,7 +20,7 @@
use Symfony\Component\Validator\Context\ExecutionContextInterface;

/**
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
final class EnabledValidatorSpec extends ObjectBehavior
{
Expand Down
2 changes: 1 addition & 1 deletion test/src/Tests/Configuration/ConfigurationTest.php
Expand Up @@ -16,7 +16,7 @@

/**
* @author Anna Walasek <anna.walasek@lakion.com>
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
class ConfigurationTest extends \PHPUnit_Framework_TestCase
{
Expand Down
Expand Up @@ -19,7 +19,7 @@

/**
* @author Anna Walasek <anna.walasek@lakion.com>
* @author Kamil Kokot <kamil.kokot@lakion.com>
* @author Kamil Kokot <kamil@kokot.me>
*/
class RegisterResourcesPassTest extends AbstractCompilerPassTestCase
{
Expand Down

0 comments on commit f069330

Please sign in to comment.