diff --git a/LICENSE b/LICENSE index 92d58bf..3cee851 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011-2020 Paweł Jędrzejewski +Copyright (c) 2011-present Sylius Sp. z o.o. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ecs.php b/ecs.php index 0d09b97..7c27aa4 100644 --- a/ecs.php +++ b/ecs.php @@ -11,15 +11,25 @@ { $config->import('vendor/sylius-labs/coding-standard/ecs.php'); - $config->ruleWithConfiguration(HeaderCommentFixer::class, [ - 'location' => 'after_open', - 'header' => - 'This file is part of the Sylius package. + $config->ruleWithConfiguration( + HeaderCommentFixer::class, + [ + 'location' => 'after_open', + 'comment_type' => HeaderCommentFixer::HEADER_COMMENT, + 'header' => <<paths([ + 'src/Bundle/', + 'src/Component/', ]); $config->skip([ @@ -28,6 +38,7 @@ VisibilityRequiredFixer::class => ['*Spec.php'], NoSuperfluousPhpdocTagsFixer::class => ['src/Component/Sender/SenderInterface.php'], '**/var/*', + '**/vendor/*', 'src/Bundle/test/app/AppKernel.php', ]); }; diff --git a/src/Bundle/DependencyInjection/Compiler/AdapterPass.php b/src/Bundle/DependencyInjection/Compiler/AdapterPass.php index 0979db6..fbf4cb0 100644 --- a/src/Bundle/DependencyInjection/Compiler/AdapterPass.php +++ b/src/Bundle/DependencyInjection/Compiler/AdapterPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/DependencyInjection/Compiler/RendererAdapterPass.php b/src/Bundle/DependencyInjection/Compiler/RendererAdapterPass.php index 71e7baa..816b150 100644 --- a/src/Bundle/DependencyInjection/Compiler/RendererAdapterPass.php +++ b/src/Bundle/DependencyInjection/Compiler/RendererAdapterPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/DependencyInjection/Compiler/SenderAdapterPass.php b/src/Bundle/DependencyInjection/Compiler/SenderAdapterPass.php index 5c52128..0d63355 100644 --- a/src/Bundle/DependencyInjection/Compiler/SenderAdapterPass.php +++ b/src/Bundle/DependencyInjection/Compiler/SenderAdapterPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/DependencyInjection/Configuration.php b/src/Bundle/DependencyInjection/Configuration.php index 18ac1b6..09416fc 100644 --- a/src/Bundle/DependencyInjection/Configuration.php +++ b/src/Bundle/DependencyInjection/Configuration.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/DependencyInjection/SyliusMailerExtension.php b/src/Bundle/DependencyInjection/SyliusMailerExtension.php index c3820b1..e8c0c52 100644 --- a/src/Bundle/DependencyInjection/SyliusMailerExtension.php +++ b/src/Bundle/DependencyInjection/SyliusMailerExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/Renderer/Adapter/EmailDefaultAdapter.php b/src/Bundle/Renderer/Adapter/EmailDefaultAdapter.php index c7d82d1..350b622 100644 --- a/src/Bundle/Renderer/Adapter/EmailDefaultAdapter.php +++ b/src/Bundle/Renderer/Adapter/EmailDefaultAdapter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/Renderer/Adapter/EmailTwigAdapter.php b/src/Bundle/Renderer/Adapter/EmailTwigAdapter.php index bded00d..1aafc7e 100644 --- a/src/Bundle/Renderer/Adapter/EmailTwigAdapter.php +++ b/src/Bundle/Renderer/Adapter/EmailTwigAdapter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/Resources/config/services.xml b/src/Bundle/Resources/config/services.xml index 7398c49..af3a9d3 100644 --- a/src/Bundle/Resources/config/services.xml +++ b/src/Bundle/Resources/config/services.xml @@ -4,7 +4,7 @@ This file is part of the Sylius package. - (c) Paweł Jędrzejewski + (c) Sylius Sp. z o.o. For the full copyright and license information, please view the LICENSE file that was distributed with this source code. diff --git a/src/Bundle/Sender/Adapter/DefaultAdapter.php b/src/Bundle/Sender/Adapter/DefaultAdapter.php index 0c73630..008245c 100644 --- a/src/Bundle/Sender/Adapter/DefaultAdapter.php +++ b/src/Bundle/Sender/Adapter/DefaultAdapter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/Sender/Adapter/SymfonyMailerAdapter.php b/src/Bundle/Sender/Adapter/SymfonyMailerAdapter.php index d82d33d..a9967b0 100644 --- a/src/Bundle/Sender/Adapter/SymfonyMailerAdapter.php +++ b/src/Bundle/Sender/Adapter/SymfonyMailerAdapter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -22,6 +22,7 @@ use Symfony\Component\Mailer\MailerInterface; use Symfony\Component\Mime\Address; use Symfony\Component\Mime\Email; +use Webmozart\Assert\Assert; final class SymfonyMailerAdapter extends AbstractAdapter implements CcAwareAdapterInterface { @@ -92,6 +93,9 @@ private function sendMessage( array $ccRecipients = [], array $bccRecipients = [], ): void { + Assert::allStringNotEmpty($recipients); + Assert::allStringNotEmpty($replyTo); + $message = (new Email()) ->subject($renderedEmail->getSubject()) ->from(new Address($senderAddress, $senderName)) diff --git a/src/Bundle/SyliusMailerBundle.php b/src/Bundle/SyliusMailerBundle.php index 4f08842..8e684b0 100644 --- a/src/Bundle/SyliusMailerBundle.php +++ b/src/Bundle/SyliusMailerBundle.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/spec/Renderer/Adapter/EmailDefaultAdapterSpec.php b/src/Bundle/spec/Renderer/Adapter/EmailDefaultAdapterSpec.php index 4c2d872..3be19a7 100644 --- a/src/Bundle/spec/Renderer/Adapter/EmailDefaultAdapterSpec.php +++ b/src/Bundle/spec/Renderer/Adapter/EmailDefaultAdapterSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/spec/Renderer/Adapter/EmailTwigAdapterSpec.php b/src/Bundle/spec/Renderer/Adapter/EmailTwigAdapterSpec.php index 9f8d1ef..c2509c8 100644 --- a/src/Bundle/spec/Renderer/Adapter/EmailTwigAdapterSpec.php +++ b/src/Bundle/spec/Renderer/Adapter/EmailTwigAdapterSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/spec/Sender/Adapter/DefaultAdapterSpec.php b/src/Bundle/spec/Sender/Adapter/DefaultAdapterSpec.php index 3b06fe8..25f3aef 100644 --- a/src/Bundle/spec/Sender/Adapter/DefaultAdapterSpec.php +++ b/src/Bundle/spec/Sender/Adapter/DefaultAdapterSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/spec/Sender/Adapter/SymfonyMailerAdapterSpec.php b/src/Bundle/spec/Sender/Adapter/SymfonyMailerAdapterSpec.php index 80ac6dc..ce489f7 100644 --- a/src/Bundle/spec/Sender/Adapter/SymfonyMailerAdapterSpec.php +++ b/src/Bundle/spec/Sender/Adapter/SymfonyMailerAdapterSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/test/config/bootstrap.php b/src/Bundle/test/config/bootstrap.php index 2078f2e..bbfc506 100644 --- a/src/Bundle/test/config/bootstrap.php +++ b/src/Bundle/test/config/bootstrap.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/test/config/bundles.php b/src/Bundle/test/config/bundles.php index 9a0ea6d..02f4cac 100644 --- a/src/Bundle/test/config/bundles.php +++ b/src/Bundle/test/config/bundles.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/test/src/Kernel.php b/src/Bundle/test/src/Kernel.php index b268e2d..bb8df17 100644 --- a/src/Bundle/test/src/Kernel.php +++ b/src/Bundle/test/src/Kernel.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/test/src/Tests/Compiler/RendererAdapterPassTest.php b/src/Bundle/test/src/Tests/Compiler/RendererAdapterPassTest.php index 86dca9d..cdae8a3 100644 --- a/src/Bundle/test/src/Tests/Compiler/RendererAdapterPassTest.php +++ b/src/Bundle/test/src/Tests/Compiler/RendererAdapterPassTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/test/src/Tests/Compiler/SenderAdapterPassTest.php b/src/Bundle/test/src/Tests/Compiler/SenderAdapterPassTest.php index 9f2aab2..1adc63c 100644 --- a/src/Bundle/test/src/Tests/Compiler/SenderAdapterPassTest.php +++ b/src/Bundle/test/src/Tests/Compiler/SenderAdapterPassTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/test/src/Tests/DependencyInjection/SyliusMailerExtensionTest.php b/src/Bundle/test/src/Tests/DependencyInjection/SyliusMailerExtensionTest.php index f3be477..41e036f 100644 --- a/src/Bundle/test/src/Tests/DependencyInjection/SyliusMailerExtensionTest.php +++ b/src/Bundle/test/src/Tests/DependencyInjection/SyliusMailerExtensionTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/test/src/Tests/SyliusMailerBundleTest.php b/src/Bundle/test/src/Tests/SyliusMailerBundleTest.php index 9430b2e..783eca0 100644 --- a/src/Bundle/test/src/Tests/SyliusMailerBundleTest.php +++ b/src/Bundle/test/src/Tests/SyliusMailerBundleTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/tests/Functional/DefaultSenderTest.php b/src/Bundle/tests/Functional/DefaultSenderTest.php index 335729f..148eeb7 100644 --- a/src/Bundle/tests/Functional/DefaultSenderTest.php +++ b/src/Bundle/tests/Functional/DefaultSenderTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/tests/Functional/SymfonyMailerSenderTest.php b/src/Bundle/tests/Functional/SymfonyMailerSenderTest.php index fae8c9d..c1154cf 100644 --- a/src/Bundle/tests/Functional/SymfonyMailerSenderTest.php +++ b/src/Bundle/tests/Functional/SymfonyMailerSenderTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/tests/Model/SentMessage.php b/src/Bundle/tests/Model/SentMessage.php index 2f7e06b..4a3ce52 100644 --- a/src/Bundle/tests/Model/SentMessage.php +++ b/src/Bundle/tests/Model/SentMessage.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/tests/Provider/MessagesProvider.php b/src/Bundle/tests/Provider/MessagesProvider.php index 41ee75c..8bfaf95 100644 --- a/src/Bundle/tests/Provider/MessagesProvider.php +++ b/src/Bundle/tests/Provider/MessagesProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Bundle/tests/Purger/SentMessagesPurger.php b/src/Bundle/tests/Purger/SentMessagesPurger.php index 6c16d27..a5966a3 100644 --- a/src/Bundle/tests/Purger/SentMessagesPurger.php +++ b/src/Bundle/tests/Purger/SentMessagesPurger.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Event/EmailRenderEvent.php b/src/Component/Event/EmailRenderEvent.php index 050abd6..e220d9d 100644 --- a/src/Component/Event/EmailRenderEvent.php +++ b/src/Component/Event/EmailRenderEvent.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Event/EmailSendEvent.php b/src/Component/Event/EmailSendEvent.php index fb76002..fa94961 100644 --- a/src/Component/Event/EmailSendEvent.php +++ b/src/Component/Event/EmailSendEvent.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Factory/EmailFactory.php b/src/Component/Factory/EmailFactory.php index 50bee8b..e863c6c 100644 --- a/src/Component/Factory/EmailFactory.php +++ b/src/Component/Factory/EmailFactory.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Factory/EmailFactoryInterface.php b/src/Component/Factory/EmailFactoryInterface.php index 3c1f08f..744dd0a 100644 --- a/src/Component/Factory/EmailFactoryInterface.php +++ b/src/Component/Factory/EmailFactoryInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Model/Email.php b/src/Component/Model/Email.php index 3baa236..64a78ad 100644 --- a/src/Component/Model/Email.php +++ b/src/Component/Model/Email.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Model/EmailInterface.php b/src/Component/Model/EmailInterface.php index 288b407..d22031d 100644 --- a/src/Component/Model/EmailInterface.php +++ b/src/Component/Model/EmailInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Provider/DefaultSettingsProvider.php b/src/Component/Provider/DefaultSettingsProvider.php index 07ab304..645582f 100644 --- a/src/Component/Provider/DefaultSettingsProvider.php +++ b/src/Component/Provider/DefaultSettingsProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Provider/DefaultSettingsProviderInterface.php b/src/Component/Provider/DefaultSettingsProviderInterface.php index a63afb2..40bb54f 100644 --- a/src/Component/Provider/DefaultSettingsProviderInterface.php +++ b/src/Component/Provider/DefaultSettingsProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Provider/EmailProvider.php b/src/Component/Provider/EmailProvider.php index 1f4ae39..1751b50 100644 --- a/src/Component/Provider/EmailProvider.php +++ b/src/Component/Provider/EmailProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Provider/EmailProviderInterface.php b/src/Component/Provider/EmailProviderInterface.php index d896457..0fa164e 100644 --- a/src/Component/Provider/EmailProviderInterface.php +++ b/src/Component/Provider/EmailProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Renderer/Adapter/AbstractAdapter.php b/src/Component/Renderer/Adapter/AbstractAdapter.php index 058b0a7..585f3db 100644 --- a/src/Component/Renderer/Adapter/AbstractAdapter.php +++ b/src/Component/Renderer/Adapter/AbstractAdapter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Renderer/Adapter/AdapterInterface.php b/src/Component/Renderer/Adapter/AdapterInterface.php index 08cbf21..ebb56e0 100644 --- a/src/Component/Renderer/Adapter/AdapterInterface.php +++ b/src/Component/Renderer/Adapter/AdapterInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Renderer/RenderedEmail.php b/src/Component/Renderer/RenderedEmail.php index 5d05d0f..fb95087 100644 --- a/src/Component/Renderer/RenderedEmail.php +++ b/src/Component/Renderer/RenderedEmail.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Sender/Adapter/AbstractAdapter.php b/src/Component/Sender/Adapter/AbstractAdapter.php index fd9e537..cc857e0 100644 --- a/src/Component/Sender/Adapter/AbstractAdapter.php +++ b/src/Component/Sender/Adapter/AbstractAdapter.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Sender/Adapter/AdapterInterface.php b/src/Component/Sender/Adapter/AdapterInterface.php index 4795f03..842354c 100644 --- a/src/Component/Sender/Adapter/AdapterInterface.php +++ b/src/Component/Sender/Adapter/AdapterInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Sender/Adapter/CcAwareAdapterInterface.php b/src/Component/Sender/Adapter/CcAwareAdapterInterface.php index 0b9042d..2cccc3e 100644 --- a/src/Component/Sender/Adapter/CcAwareAdapterInterface.php +++ b/src/Component/Sender/Adapter/CcAwareAdapterInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Sender/Sender.php b/src/Component/Sender/Sender.php index 3cb267d..4543e64 100644 --- a/src/Component/Sender/Sender.php +++ b/src/Component/Sender/Sender.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/Sender/SenderInterface.php b/src/Component/Sender/SenderInterface.php index 62f29d4..4dd6763 100644 --- a/src/Component/Sender/SenderInterface.php +++ b/src/Component/Sender/SenderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/SyliusMailerEvents.php b/src/Component/SyliusMailerEvents.php index cfb1b26..709c6ee 100644 --- a/src/Component/SyliusMailerEvents.php +++ b/src/Component/SyliusMailerEvents.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/spec/Factory/EmailFactorySpec.php b/src/Component/spec/Factory/EmailFactorySpec.php index 6e5f872..9d3ded9 100644 --- a/src/Component/spec/Factory/EmailFactorySpec.php +++ b/src/Component/spec/Factory/EmailFactorySpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/spec/Model/EmailSpec.php b/src/Component/spec/Model/EmailSpec.php index 1d86826..b21b8fd 100644 --- a/src/Component/spec/Model/EmailSpec.php +++ b/src/Component/spec/Model/EmailSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/spec/Provider/EmailProviderSpec.php b/src/Component/spec/Provider/EmailProviderSpec.php index 2dde740..b1e57ee 100644 --- a/src/Component/spec/Provider/EmailProviderSpec.php +++ b/src/Component/spec/Provider/EmailProviderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Component/spec/Sender/SenderSpec.php b/src/Component/spec/Sender/SenderSpec.php index 8fa17a4..40dbbe4 100644 --- a/src/Component/spec/Sender/SenderSpec.php +++ b/src/Component/spec/Sender/SenderSpec.php @@ -3,7 +3,7 @@ /* * This file is part of the Sylius package. * - * (c) Paweł Jędrzejewski + * (c) Sylius Sp. z o.o. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.