Skip to content

Commit

Permalink
phpdoc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 17, 2016
1 parent 28a3834 commit e3fa4ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

namespace SocialLinks;

/**
* @method html()
* @method openGraph()
* @method schema()
* @method twitterCard()
*/
class Page
{
protected $providers = array();
Expand Down

0 comments on commit e3fa4ba

Please sign in to comment.