Skip to content

Commit 5dd0053

Browse files
committed
Merge pull request #96 from michabbb/master
make phpdoc compatible with phpstorm
2 parents 0b1a7e2 + 0209ff8 commit 5dd0053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Google/Spreadsheet/ListFeed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function insert($row)
9292
/**
9393
* Get the entries of this feed
9494
*
95-
* @return array \Google\Spreadsheet\ListEntry
95+
* @return \Google\Spreadsheet\ListEntry[]
9696
*/
9797
public function getEntries()
9898
{

0 commit comments

Comments
 (0)