| 1 | <?php |
||
| 14 | class CustomizableMinimalConverter extends MinimalConverter |
||
| 15 | { |
||
| 16 | /** @var protected array $callbacks */ |
||
| 17 | protected $callbacks = []; |
||
| 18 | |||
| 19 | /** |
||
| 20 | */ |
||
| 21 | 1 | public function __construct( |
|
| 28 | |||
| 29 | /** |
||
| 30 | */ |
||
| 31 | 1 | public function onOpenOr() |
|
| 35 | |||
| 36 | /** |
||
| 37 | */ |
||
| 38 | 1 | public function onCloseOr() |
|
| 42 | |||
| 43 | /** |
||
| 44 | * Pseudo-event called while for each And operand of the root Or. |
||
| 45 | * These operands must be only atomic Rules. |
||
| 46 | */ |
||
| 47 | 1 | public function onAndPossibility($field, $operator, $operand, array $allOperandsByField) |
|
| 57 | |||
| 58 | /**/ |
||
| 59 | } |
||
| 60 |
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..