Skip to content

Commit fd908c6

Browse files
committed
Changed single quotes to double
1 parent 6b17196 commit fd908c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Google/Spreadsheet/CellFeed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public function createCell($row, $col, $value)
247247
$link->addAttribute("type", "application/atom+xml");
248248
$link->addAttribute("href", $this->getPostUrl() . "/R" . $row . "C" . $col);
249249

250-
$elementType = 'gs:cell';
250+
$elementType = "gs:cell";
251251
$entry->{$elementType} = $value;
252252
$child = $entry->{$elementType};
253253
$child->addAttribute("row", $row);

0 commit comments

Comments
 (0)