@@ -91,6 +91,10 @@ |
||
91 | 91 | } |
92 | 92 | |
93 | 93 | //Postprocessing - replace values with null where allowed, or override a value at position |
94 | + |
|
95 | + /** |
|
96 | + * @param boolean $allowNull |
|
97 | + */ |
|
94 | 98 | public function postProcess(ValueData $data, $val, $overrideVal, $allowNull) { |
95 | 99 | foreach ($this->getResult() as $i => $value) { |
96 | 100 | if (is_scalar($value)) { |