File tree 4 files changed +11
-6
lines changed
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 3
3
- 5.6
4
4
- 7.0
5
5
- 7.1
6
+ - 7.2
6
7
- hhvm
7
8
- hhvm-nightly
8
9
@@ -26,6 +27,10 @@ matrix:
26
27
env : COMPOSER_FLAG=--prefer-lowest
27
28
- php : 7.1
28
29
env : COMPOSER_FLAG=--prefer-stable
30
+ - php : 7.2
31
+ env : COMPOSER_FLAG=--prefer-lowest
32
+ - php : 7.2
33
+ env : COMPOSER_FLAG=--prefer-stable
29
34
30
35
before_script :
31
36
# Composer
Original file line number Diff line number Diff line change 4
4
5
5
use Markette \Gopay \Exception \InvalidArgumentException ;
6
6
use Markette \Gopay \Gopay ;
7
- use Nette \Object ;
8
7
use stdClass ;
9
8
10
9
/**
18
17
* @property string $productName
19
18
* @property stdClass $customer
20
19
*/
21
- abstract class BasePayment extends Object
20
+ abstract class BasePayment
22
21
{
23
22
24
23
/** @var float */
Original file line number Diff line number Diff line change 4
4
5
5
use Markette \Gopay \Api \GopayHelper ;
6
6
use Markette \Gopay \Api \GopaySoap ;
7
- use Nette \Object ;
7
+ use Nette \SmartObject ;
8
8
9
9
/**
10
10
* Base Gopay class
13
13
* @property-read GopaySoap $soap
14
14
* @property-read GopayHelper $helper
15
15
*/
16
- class Gopay extends Object
16
+ class Gopay
17
17
{
18
18
19
+ use SmartObject;
20
+
19
21
// METHODS =================================================================
20
22
21
23
/** @const Platba kartou - Komerční banka, a.s. - Global Payments */
Original file line number Diff line number Diff line change 4
4
5
5
use Markette \Gopay \Exception \InvalidArgumentException ;
6
6
use Markette \Gopay \Gopay ;
7
- use Nette \Object ;
8
7
9
8
/**
10
9
* Abstract Service
11
10
*/
12
- abstract class AbstractService extends Object
11
+ abstract class AbstractService
13
12
{
14
13
15
14
/** @var bool */
You can’t perform that action at this time.
0 commit comments