Completed
Push — master ( f16f73...9ec25c )
by Giovanni
10:08
created
lib/GSheets/SpreadSheets.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.