Skip to content

Commit

Permalink
Adding getId to the Person Interface to make sure it is always compat…
Browse files Browse the repository at this point in the history
…ible.
  • Loading branch information
wtfzdotnet committed Nov 2, 2013
1 parent df7ef20 commit 1700035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Tmdb/Model/Common/People/PersonInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@

interface PersonInterface {
function getName();
function getId();
}

0 comments on commit 1700035

Please sign in to comment.