Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
[CRUCIAL] Fix mail
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed May 20, 2016
1 parent 67c2bf5 commit 339d5f2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DataFetcher/DelegatingDataFetcherInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Delegating data fetcher.
*
* @author Łukasz Chruściel <lchrusciel@gmail.com>
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
*/
interface DelegatingDataFetcherInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Model/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Sylius\Component\Report\Renderer\DefaultRenderers;

/**
* @author Łukasz Chruściel <lchrusciel@gmail.com>
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
*/
class Report implements ReportInterface
Expand Down
2 changes: 1 addition & 1 deletion spec/DataFetcher/DataSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use PhpSpec\ObjectBehavior;

/**
* @author Łukasz Chruściel <lchrusciel@gmail.com>
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
*/
class DataSpec extends ObjectBehavior
{
Expand Down
2 changes: 1 addition & 1 deletion spec/DataFetcher/DelegatingDataFetcherSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Sylius\Component\Report\Model\ReportInterface;

/**
* @author Łukasz Chruściel <lchrusciel@gmail.com>
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
*/
class DelegatingDataFetcherSpec extends ObjectBehavior
{
Expand Down
2 changes: 1 addition & 1 deletion spec/Model/ReportSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Sylius\Component\Report\Model\ReportInterface;

/**
* @author Łukasz Chruściel <lchrusciel@gmail.com>
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
*/
class ReportSpec extends ObjectBehavior
Expand Down
2 changes: 1 addition & 1 deletion spec/Renderer/DelegatingRendererSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* @author Mateusz Zalewski <mateusz.zalewski@lakion.com>
* @author Łukasz Chruściel <lchrusciel@gmail.com>
* @author Łukasz Chruściel <lukasz.chrusciel@lakion.com>
*/
class DelegatingRendererSpec extends ObjectBehavior
{
Expand Down

0 comments on commit 339d5f2

Please sign in to comment.