Total Complexity | 2 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
14 | class SingleSelectExecutor extends AbstractSqlExecutor |
||
15 | { |
||
16 | 643 | public function __construct(SelectStatement $AST, SqlWalker $sqlWalker) |
|
17 | { |
||
18 | 643 | $this->sqlStatements = $sqlWalker->walkSelectStatement($AST); |
|
|
|||
19 | 635 | } |
|
20 | |||
21 | /** |
||
22 | * {@inheritDoc} |
||
23 | */ |
||
24 | 433 | public function execute(Connection $conn, array $params, array $types) |
|
27 | } |
||
28 | } |
||
29 |
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..