| 1 | <?php |
||
| 7 | final class ArrayValuesNormalizerRenderer implements QueryStringRendererInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var NativeRenderer |
||
| 11 | */ |
||
| 12 | private $renderer; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * ArrayValuesStringifier constructor. |
||
| 16 | */ |
||
| 17 | public function __construct(QueryStringRendererInterface $renderer = null) |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @inheritDoc |
||
| 24 | */ |
||
| 25 | public function render(QueryString $queryString): string |
||
| 33 | } |
||
| 34 |
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..