| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 21 | public function setUp() |
||
| 22 | { |
||
| 23 | $this->abstractConnectionConfig = $this->getMockForAbstractClass( |
||
|
|
|||
| 24 | AbstractConnectionConfig::class, |
||
| 25 | [ |
||
| 26 | static::CONFIG_HOST, |
||
| 27 | static::CONFIG_USERNAME, |
||
| 28 | static::CONFIG_PASSWORD, |
||
| 29 | static::CONFIG_DBNAME, |
||
| 30 | static::CONFIG_ADAPTER, |
||
| 31 | ] |
||
| 50 |
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..