@@ -89,7 +89,7 @@ |
||
89 | 89 | * |
90 | 90 | * @return self |
91 | 91 | */ |
92 | - public function updateRow(Value $value, $sheet, $row, $optParams = []) |
|
92 | + public function updateRow(Value $value, $sheet, $row, $optParams = [ ]) |
|
93 | 93 | { |
94 | 94 | $this->range = $this->declareRowRange($sheet, $row, $row); |
95 | 95 |