Skip to content

Commit 992c37d

Browse files
committed
[skeleton] fix some typos.
1 parent a1f431f commit 992c37d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Action/Api/BaseApiAwareAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
abstract class BaseApiAwareAction implements ActionInterface, ApiAwareInterface
1010
{
1111
/**
12-
* @var Config
12+
* @var Api
1313
*/
1414
protected $api;
1515

Action/NotifyAction.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
use Payum\Core\Action\GatewayAwareAction;
55
use Payum\Core\Bridge\Spl\ArrayObject;
66
use Payum\Core\Exception\RequestNotSupportedException;
7+
use Payum\Core\Request\Notify;
78

89
class NotifyAction extends GatewayAwareAction
910
{

0 commit comments

Comments
 (0)