File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ PortaOne Billing JSON API wrapper
4
4
API docs: https://docs.portaone.com
5
5
(c) Alexey Pavlyuts <[email protected] >
6
6
-->
7
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
8
- <coverage processUncoveredFiles =" true" >
9
- <include >
10
- <directory suffix =" .php" >../Yate/Api</directory >
11
- </include >
12
- <exclude >
13
- </exclude >
14
- </coverage >
7
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" false"
8
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
9
+ convertDeprecationsToExceptions =" true" >
10
+ <coverage processUncoveredFiles =" true" >
11
+ <include >
12
+ <directory suffix =" .php" >../Yate/Api</directory >
13
+ </include >
14
+ <exclude >
15
+ </exclude >
16
+ </coverage >
15
17
</phpunit >
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ public function offsetExists($offset): bool
45
45
return isset ($ this ->result [$ offset ]);
46
46
}
47
47
48
+ #[\ReturnTypeWillChange]
48
49
public function offsetGet ($ offset )
49
50
{
50
51
return $ this ->result [$ offset ] ?? null ;
You can’t perform that action at this time.
0 commit comments