Skip to content

Commit 3629d1e

Browse files
committed
fixed typo in variable name
1 parent 807418a commit 3629d1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ShaparakManager.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ class ShaparakManager extends Manager implements Contracts\Factory
2727
/**
2828
* transaction which should paid on the gateway
2929
*
30-
* @var Asanpay\Shaparak\Contracts\Transaction $transaction
30+
* @var Transaction $transaction
3131
*/
32-
protected Transaciton $transaction;
32+
protected Transaction $transaction;
3333

3434
/**
3535
* Get a driver instance.
3636
*
3737
* @param string $driver driver name
3838
* @param Transaction $transaction
39-
* @param array $config runtime configuration for the driver instead of reading from config file
39+
* @param array $config runtime configuration for the driver instead of reading from config file
4040
*
4141
* @return mixed
4242
*/

0 commit comments

Comments
 (0)