1 | <?php |
||
8 | class MissingPackageSolution implements Solution |
||
9 | { |
||
10 | /** @var \Facade\Flare\Support\Packagist\Package */ |
||
11 | protected $possiblePackage; |
||
12 | |||
13 | public function __construct(Package $possiblePackage) |
||
17 | |||
18 | public function getSolutionTitle(): string |
||
22 | |||
23 | public function getSolutionDescription(): string |
||
34 | |||
35 | public function getDocumentationLinks(): array |
||
42 | } |
||
43 |
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..