Completed
Branch master (06dcad)
by Giovanni
03:41
created
Category
lib/GSheets/Operation/Write.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
         'valueInputOption' => 'RAW'
11 11
     ];
12 12
 
13
-    public function execute(Value $value, $range, $params = [])
13
+    public function execute(Value $value, $range, $params = [ ])
14 14
     {
15 15
         if (empty($params)) {
16 16
             $params = self::DEFAULT_PARAMS;
Please login to merge, or discard this patch.
lib/GSheets/SpreadSheets.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
      *
73 73
      * @return self
74 74
      */
75
-    public function writeRow(Value $value, $sheet, $row, $optParams = [])
75
+    public function writeRow(Value $value, $sheet, $row, $optParams = [ ])
76 76
     {
77 77
         $this->range = $this->declareRowRange($sheet, $row, $row);
78 78
 
Please login to merge, or discard this patch.