Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
15 | public static function setUpBeforeClass() |
||
16 | { |
||
17 | self::$jobTimingManager = new JobTimingManager(JobTiming::class, false); |
||
18 | self::$runManager = new RunManager(Run::class); |
||
19 | self::$jobManager = new StaticJobManager(self::$runManager, self::$jobTimingManager, Job::class); |
||
20 | self::$worker = new FibonacciWorker(); |
||
|
|||
21 | parent::setUpBeforeClass(); |
||
22 | } |
||
23 | |||
30 |
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..