| 1 | <?php |
||
| 20 | class NewAction extends ActionAbstract |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var Forward |
||
| 24 | */ |
||
| 25 | protected $resultForwardFactory; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param Context $context |
||
| 29 | * @param ForwardFactory $resultForwardFactory |
||
| 30 | */ |
||
| 31 | public function __construct( |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @return Forward |
||
| 41 | */ |
||
| 42 | public function execute() |
||
| 48 | } |
||
| 49 |
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..