We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 7 | class CrudInjectable |
||
| 8 | { |
||
| 9 | use CheckUnique; |
||
| 10 | |||
| 11 | protected $requiredInjectables = []; |
||
| 12 | |||
| 13 | protected $name = null; |
||
| 14 | protected $options = null; |
||
| 15 | protected $controller = null; |
||
| 16 | |||
| 17 | public function __construct($name, $controller, $options) |
||
| 23 | |||
| 24 | public function with($injectables) |
||
| 36 | |||
| 37 | private function inject() |
||
| 43 | |||
| 44 | public function __call($method, $parameters = null) |
||
| 50 | } |
||
| 51 |
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..