Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
30 | public function setUp() |
||
31 | { |
||
32 | $this->cache = $this->getMockBuilder(\Illuminate\Cache\Repository::class) |
||
|
|||
33 | ->disableOriginalConstructor() |
||
34 | ->getMock(); |
||
35 | |||
36 | $this->processor = new Processor(new Schema()); |
||
37 | $this->service = new GraphQLService($this->processor, $this->cache); |
||
38 | } |
||
52 |
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..