Skip to content

Commit

Permalink
Comments cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Struczyński committed Oct 3, 2016
1 parent c8afd45 commit d51fc04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Gendoria/CommandQueue/Tests/Worker/BaseWorkerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Description of BaseWorkerTest
*
* @author Tomasz Struczyński <tomasz.struczynski@isobar.com>
* @author Tomasz Struczyński <t.struczynski@gmail.com>
*/
class BaseWorkerTest extends PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion src/Gendoria/CommandQueue/Worker/BaseWorker.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Base command queue worker
*
* @author Tomasz Struczyński <tomasz.struczynski@isobar.com>
* @author Tomasz Struczyński <t.struczynski@gmail.com>
*/
abstract class BaseWorker implements WorkerInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Exception thrown, when command translation has been unsuccessfull.
*
* @author Tomasz Struczyński <tomasz.struczynski@isobar.com>
* @author Tomasz Struczyński <t.struczynski@gmail.com>
*/
class ProcessorErrorException extends Exception
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Exception thrown, when command translation has been unsuccessfull.
*
* @author Tomasz Struczyński <tomasz.struczynski@isobar.com>
* @author Tomasz Struczyński <t.struczynski@gmail.com>
*/
class TranslateErrorException extends Exception
{
Expand Down

0 comments on commit d51fc04

Please sign in to comment.