Skip to content

Commit

Permalink
Interfaces extend from other interfaces, not implement (Fixed in Exam…
Browse files Browse the repository at this point in the history
…ple)

Closes #442
  • Loading branch information
SiebelsTim committed Jan 8, 2015
1 parent f87a40e commit 032d1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __docs/phpdoc/en/hack/generics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ Considering the constraint on the type 'T'
<?hh
interface IFaz {}
interface IFar implements IFaz {}
interface IFar extends IFaz {}
class Faz implements IFaz {}
class Far implements IFar {}
class NoIFaz {}
Expand Down

0 comments on commit 032d1d6

Please sign in to comment.