Skip to content

Commit

Permalink
Fixing doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Oct 19, 2015
1 parent 2ec9375 commit 758bfce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Entities/OpenGraph/Graph.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function setType($type)
/**
* Set title property.
*
* @param string $title
* @param string $title
*
* @return self
*/
Expand Down Expand Up @@ -119,7 +119,7 @@ public function setDescription($description)
/**
* Set url property.
*
* @param string $url
* @param string $url
*
* @return self
*/
Expand Down Expand Up @@ -147,8 +147,8 @@ public function setImage($image)
/**
* Add an open graph property.
*
* @param string $property
* @param string $content
* @param string $property
* @param string $content
*
* @return self
*/
Expand Down

0 comments on commit 758bfce

Please sign in to comment.