Skip to content

Commit 0209ff8

Browse files
author
Michael Bladowski
committed
make phpdoc compatible with phpstorm
1 parent 9cb74ee commit 0209ff8

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
@@ -82,7 +82,7 @@ public function insert($row)
8282
/**
8383
* Get the entries of this feed
8484
*
85-
* @return array \Google\Spreadsheet\ListEntry
85+
* @return \Google\Spreadsheet\ListEntry[]
8686
*/
8787
public function getEntries()
8888
{

0 commit comments

Comments
 (0)