Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 8 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
23 | 1 | public function __construct() { |
|
24 | 1 | $this->id = 'adyen'; |
|
25 | 1 | $this->name = 'Adyen'; |
|
26 | 1 | $this->url = 'https://www.adyen.com/'; |
|
27 | 1 | $this->dashboard_url = array( |
|
|
|||
28 | 1 | __( 'test', 'pronamic_ideal' ) => 'https://ca-test.adyen.com/ca/ca/login.shtml', |
|
29 | 1 | __( 'live', 'pronamic_ideal' ) => 'https://ca-live.adyen.com/ca/ca/login.shtml', |
|
30 | ); |
||
31 | 1 | $this->provider = 'adyen'; |
|
32 | 1 | } |
|
67 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..