| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | public function __construct($clientCustomerId, $developerToken, $userAgent, \DateTime $dateMin, \DateTime $dateMax) |
||
| 23 | { |
||
| 24 | $this->clientCustomerId = $clientCustomerId; |
||
| 25 | $this->developerToken = $developerToken; |
||
| 26 | $this->userAgent = $userAgent; |
||
| 27 | $this->dateMin = $dateMin; |
||
|
|
|||
| 28 | $this->dateMax = $dateMax; |
||
| 29 | } |
||
| 30 | |||
| 86 |
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..