Skip to content

Commit

Permalink
Update readme for new values in toArray() method.
Browse files Browse the repository at this point in the history
  • Loading branch information
rooxie committed Jun 20, 2019
1 parent 0cf5bc2 commit 87dcdb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ echo $movie->getMetascore(); // 82
```php
Array
(
[ImdbId] => tt0246578
[Title] => Donnie Darko
[Year] => 2001
[Rated] => R
Expand Down Expand Up @@ -93,6 +94,7 @@ Array
)

[Awards] => 11 wins & 15 nominations.
[Poster] => https://m.media-amazon.com/images/M/MV5BZjZlZDlkYTktMmU1My00ZDBiLWFlNjEtYTBhNjVhOTM4ZjJjXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_.jpg
[Type] => movie
[DVD] => 19 Mar 2002
[BoxOffice] => N/A
Expand All @@ -103,7 +105,7 @@ Array
[IMDbRating] => 8.1
[IMDbVotes] => 695608
[TotalSeasons] => N/A
[seriesID] => N/A
[SeriesID] => N/A
[Season] => N/A
[Episode] => N/A
)
Expand Down

0 comments on commit 87dcdb4

Please sign in to comment.