Skip to content

Commit

Permalink
Remove all author blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Oct 20, 2017
1 parent d2ce9f8 commit 489460d
Show file tree
Hide file tree
Showing 276 changed files with 0 additions and 856 deletions.
4 changes: 0 additions & 4 deletions Application/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
use Symfony\Component\HttpKernel\Config\FileLocator;
use Symfony\Component\HttpKernel\Kernel as HttpKernel;

/**
* @author Paweł Jędrzejewski <pawel@sylius.org>
* @author Gonzalo Vilaseca <gvilaseca@reiss.co.uk>
*/
class Kernel extends HttpKernel
{
public const VERSION = '1.0.2-DEV';
Expand Down
3 changes: 0 additions & 3 deletions Assigner/CustomerIpAssigner.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
use Sylius\Component\Core\Model\OrderInterface;
use Symfony\Component\HttpFoundation\Request;

/**
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
*/
final class CustomerIpAssigner implements IpAssignerInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Assigner/IpAssignerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
use Sylius\Component\Core\Model\OrderInterface;
use Symfony\Component\HttpFoundation\Request;

/**
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
*/
interface IpAssignerInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Checkout/CheckoutRedirectListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
use Symfony\Component\HttpFoundation\RequestStack;
use Webmozart\Assert\Assert;

/**
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
*/
final class CheckoutRedirectListener
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Checkout/CheckoutResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
use Symfony\Component\HttpKernel\KernelEvents;

/**
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
*/
final class CheckoutResolver implements EventSubscriberInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Checkout/CheckoutStateUrlGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
use Symfony\Component\Routing\RequestContext;
use Symfony\Component\Routing\RouterInterface;

/**
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
*/
final class CheckoutStateUrlGenerator implements CheckoutStateUrlGeneratorInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Checkout/CheckoutStateUrlGeneratorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
use Sylius\Component\Core\Model\OrderInterface;
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;

/**
* @author Arkadiusz Krakowiak <arkadiusz.krakowiak@lakion.com>
*/
interface CheckoutStateUrlGeneratorInterface extends UrlGeneratorInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Collector/SyliusCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\DataCollector\DataCollector;

/**
* @author Kamil Kokot <kamil@kokot.me>
*/
final class SyliusCollector extends DataCollector
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Command/CancelUnpaidOrdersCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

/**
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
*/
class CancelUnpaidOrdersCommand extends ContainerAwareCommand
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Command/InstallDatabaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Style\SymfonyStyle;

/**
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
*/
final class InstallDatabaseCommand extends AbstractInstallCommand
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Command/InstallSampleDataCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
use Symfony\Component\Console\Question\Question;
use Symfony\Component\Console\Style\SymfonyStyle;

/**
* @author Paweł Jędrzejewski <pawel@sylius.org>
*/
final class InstallSampleDataCommand extends AbstractInstallCommand
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Command/SetupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
use Symfony\Component\Validator\ConstraintViolationListInterface;
use Webmozart\Assert\Assert;

/**
* @author Paweł Jędrzejewski <pawel@sylius.org>
*/
final class SetupCommand extends AbstractInstallCommand
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Context/CustomerAndChannelBasedCartContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
use Sylius\Component\Order\Context\CartNotFoundException;
use Sylius\Component\Order\Model\OrderInterface;

/**
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
*/
final class CustomerAndChannelBasedCartContext implements CartContextInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Context/CustomerContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;

/**
* @author Michał Marcinkowski <michal.marcinkowski@lakion.com>
*/
final class CustomerContext implements CustomerContextInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Context/SessionAndChannelBasedCartContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
use Sylius\Component\Order\Context\CartNotFoundException;
use Sylius\Component\Order\Model\OrderInterface;

/**
* @author Anna Walasek <anna.walasek@lakion.com>
*/
final class SessionAndChannelBasedCartContext implements CartContextInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Controller/PaymentMethodController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

/**
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
*/
class PaymentMethodController extends ResourceController
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Controller/ProductTaxonController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Exception\HttpException;

/**
* @author Anna Walasek <anna.walasek@lakion.com>
*/
class ProductTaxonController extends ResourceController
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Controller/ProductVariantController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Exception\HttpException;

/**
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
*/
class ProductVariantController extends ResourceController
{
/**
Expand Down
3 changes: 0 additions & 3 deletions DependencyInjection/Compiler/LazyCacheWarmupPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;

/**
* @author Kamil Kokot <kamil@kokot.me>
*/
final class LazyCacheWarmupPass implements CompilerPassInterface
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Reference;

/**
* @author Mark McKelvie <mark.mckelvie@reiss.com>
*/
final class RegisterTaxCalculationStrategiesPass implements CompilerPassInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions DependencyInjection/Compiler/TranslatableEntityLocalePass.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Reference;

/**
* @author Michał Marcinkowski <michal.marcinkowski@lakion.com>
*/
final class TranslatableEntityLocalePass implements CompilerPassInterface
{
/**
Expand Down
4 changes: 0 additions & 4 deletions DependencyInjection/SyliusCoreExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;

/**
* @author Paweł Jędrzejewski <pawel@sylius.org>
* @author Gonzalo Vilaseca <gvilaseca@reiss.co.uk>
*/
final class SyliusCoreExtension extends AbstractResourceExtension implements PrependExtensionInterface
{
/**
Expand Down
4 changes: 0 additions & 4 deletions Doctrine/ORM/AddressRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
use Sylius\Component\Core\Model\CustomerInterface;
use Sylius\Component\Core\Repository\AddressRepositoryInterface;

/**
* @author Anna Walasek <anna.walasek@lakion.com>
* @author Jan Góralski <jan.goralski@lakion.com>
*/
class AddressRepository extends EntityRepository implements AddressRepositoryInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Doctrine/ORM/AttributeRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
use Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository;
use SyliusLabs\AssociationHydrator\AssociationHydrator;

/**
* @author Kamil Kokot <kamil@kokot.me>
*/
class AttributeRepository extends EntityRepository
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Doctrine/ORM/CustomerRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
use Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository;
use Sylius\Component\Core\Repository\CustomerRepositoryInterface;

/**
* @author Michał Marcinkowski <michal.marcinkowski@lakion.com>
*/
class CustomerRepository extends EntityRepository implements CustomerRepositoryInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Doctrine/ORM/Handler/ResourceUpdateHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
use Sylius\Component\Resource\Exception\RaceConditionException;
use Sylius\Component\Resource\Model\ResourceInterface;

/**
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
*/
final class ResourceUpdateHandler implements ResourceUpdateHandlerInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Doctrine/ORM/Inventory/Operator/OrderInventoryOperator.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
use Sylius\Component\Core\Model\OrderInterface;
use Sylius\Component\Core\Model\OrderItemInterface;

/**
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
*/
final class OrderInventoryOperator implements OrderInventoryOperatorInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Doctrine/ORM/ProductOptionRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
use Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductOptionRepository as BaseProductOptionRepository;
use SyliusLabs\AssociationHydrator\AssociationHydrator;

/**
* @author Kamil Kokot <kamil@kokot.me>
*/
class ProductOptionRepository extends BaseProductOptionRepository
{
/**
Expand Down
4 changes: 0 additions & 4 deletions Doctrine/ORM/ProductRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
use Sylius\Component\Core\Repository\ProductRepositoryInterface;
use SyliusLabs\AssociationHydrator\AssociationHydrator;

/**
* @author Paweł Jędrzejewski <pawel@sylius.org>
* @author Gonzalo Vilaseca <gvilaseca@reiss.co.uk>
*/
class ProductRepository extends BaseProductRepository implements ProductRepositoryInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Doctrine/ORM/ProductReviewRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
use Sylius\Component\Core\Repository\ProductReviewRepositoryInterface;
use Sylius\Component\Review\Model\ReviewInterface;

/**
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
*/
class ProductReviewRepository extends EntityRepository implements ProductReviewRepositoryInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Doctrine/ORM/ProductTaxonRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
use Sylius\Component\Core\Model\ProductTaxonInterface;
use Sylius\Component\Core\Repository\ProductTaxonRepositoryInterface;

/**
* @author Anna Walasek <anna.walasek@lakion.com>
*/
class ProductTaxonRepository extends EntityRepository implements ProductTaxonRepositoryInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Doctrine/ORM/ProductVariantRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
use Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductVariantRepository as BaseProductVariantRepository;
use Sylius\Component\Core\Repository\ProductVariantRepositoryInterface;

/**
* @author Grzegorz Sadowski <grzegorz.sadowski@lakion.com>
*/
class ProductVariantRepository extends BaseProductVariantRepository implements ProductVariantRepositoryInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Doctrine/ORM/PromotionRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
use Sylius\Component\Channel\Model\ChannelInterface;
use Sylius\Component\Core\Repository\PromotionRepositoryInterface;

/**
* @author Kristian Loevstroem <kristian@loevstroem.dk>
*/
class PromotionRepository extends BasePromotionRepository implements PromotionRepositoryInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Doctrine/ORM/ShippingCategoryRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
use Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository;
use Sylius\Component\Core\Repository\ShippingCategoryRepositoryInterface;

/**
* @author Anna Walasek <anna.walasek@lakion.com>
*/
class ShippingCategoryRepository extends EntityRepository implements ShippingCategoryRepositoryInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Doctrine/ORM/ShippingMethodRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
use Sylius\Component\Core\Model\ChannelInterface;
use Sylius\Component\Core\Repository\ShippingMethodRepositoryInterface;

/**
* @author Michał Marcinkowski <michal.marcinkowski@lakion.com>
*/
class ShippingMethodRepository extends BaseShippingMethodRepository implements ShippingMethodRepositoryInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Doctrine/ORM/UserRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
use Sylius\Component\User\Model\UserInterface;
use Sylius\Component\User\Repository\UserRepositoryInterface;

/**
* @author Anna Walasek <anna.walasek@lakion.com>
*/
class UserRepository extends BaseUserRepository implements UserRepositoryInterface
{
/**
Expand Down
3 changes: 0 additions & 3 deletions EventListener/CanonicalizerListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
use Sylius\Component\User\Canonicalizer\CanonicalizerInterface;
use Sylius\Component\User\Model\UserInterface;

/**
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
*/
final class CanonicalizerListener
{
/**
Expand Down
3 changes: 0 additions & 3 deletions EventListener/CartBlamerListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
use Sylius\Component\Resource\Exception\UnexpectedTypeException;
use Symfony\Component\Security\Http\Event\InteractiveLoginEvent;

/**
* @author Michał Marcinkowski <michal.marcinkowski@lakion.com>
*/
final class CartBlamerListener
{
/**
Expand Down
3 changes: 0 additions & 3 deletions EventListener/ChannelDeletionListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
use Sylius\Component\Channel\Model\ChannelInterface;
use Sylius\Component\Resource\Exception\UnexpectedTypeException;

/**
* @author Gustavo Perdomo <gperdomor@gmail.com>
*/
final class ChannelDeletionListener
{
/**
Expand Down
Loading

0 comments on commit 489460d

Please sign in to comment.