| 1 | <?php |
||
| 10 | class AbstractMonthlyReportTest extends TestCase |
||
| 11 | { |
||
| 12 | /** @var AbstractMonthlyReport $report */ |
||
| 13 | protected $report; |
||
| 14 | |||
| 15 | public function setUp() |
||
| 24 | |||
| 25 | public function testHasMonthsArrayInitializedByDefault() |
||
| 35 | |||
| 36 | public function testCanGenerateMonthTitles() |
||
| 42 | |||
| 43 | public function testCanReturnTheValues() |
||
| 49 | } |
||
| 50 |
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..