Skip to content

Commit

Permalink
fix typo in Exception interface
Browse files Browse the repository at this point in the history
  • Loading branch information
paulandrieux committed Oct 6, 2016
1 parent 745e7cc commit 93f34d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Exception/MongopayExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Troopers\MangopayBundle\Exception;

interface MongopayExceptionInterfaceInterface
interface MongopayExceptionInterface
{

}
}
2 changes: 1 addition & 1 deletion Exception/MongopayPayInCreationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Troopers\MangopayBundle\Exception;

class MongopayPayInCreationException extends \Exception implements MongopayExceptionInterfaceInterface
class MongopayPayInCreationException extends \Exception implements MongopayExceptionInterface
{

}

0 comments on commit 93f34d4

Please sign in to comment.