Conditions | 1 |
Paths | 1 |
Total Lines | 16 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
45 | |||
46 | public function userAgentOsDataProvider() |
||
47 | { |
||
48 | return [ |
||
49 | [ |
||
50 | "Mozilla/5.0 (Mac_PowerPC; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8", |
||
51 | ], |
||
52 | |||
53 | [ |
||
54 | "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8", |
||
55 | ], |
||
56 | |||
57 | [ |
||
58 | "Mozilla/5.0 (Mac OS X; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8", |
||
59 | ], |
||
60 | ]; |
||
61 | } |
||
64 |
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..