1 | <?php |
||
7 | class ContainerAwareUnitTestCase extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | /** @var KernelInterface */ |
||
10 | protected static $kernel; |
||
11 | protected static $container; |
||
12 | |||
13 | public static function setUpBeforeClass() { |
||
28 | |||
29 | public function get($serviceId) { |
||
32 | |||
33 | public function getParameter($name) { |
||
36 | |||
37 | } |
||
38 |
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..