Skip to content

Commit 81beab9

Browse files
committed
Doc fix
1 parent 72c75fb commit 81beab9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Omnipay/Common/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Symfony\Component\HttpFoundation\ParameterBag;
66

77
/**
8-
* Cart Item interface
8+
* Cart Item
99
*/
1010
class Item implements ItemInterface
1111
{

src/Omnipay/Common/Message/RedirectResponseInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Omnipay\Common\Message;
44

55
/**
6-
* Response interface
6+
* Redirect Response interface
77
*/
88
interface RedirectResponseInterface extends ResponseInterface
99
{

0 commit comments

Comments
 (0)