Skip to content

Commit

Permalink
fix phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Sokil committed Mar 24, 2016
1 parent db0f2bf commit 3308f93
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Sokil/Vast/Ad.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ public function getId()
}

/**
*
* Set `id' attribute of 'ad' element
*
* @param type $id
* @return \Sokil\Vast\Ad
* @return \Sokil\Vast\Ad\InLine|\Sokil\Vast\Ad\Wrapper
*/
public function setId($id)
{
Expand All @@ -37,9 +38,10 @@ public function setId($id)


/**
* Add `AdSystem` element to `Ad' element
*
* @param string $adSystem
* @return \Sokil\Vast\Ad\InLine
* @return \Sokil\Vast\Ad\InLine|\Sokil\Vast\Ad\Wrapper
*/
public function setAdSystem($adSystem)
{
Expand Down

0 comments on commit 3308f93

Please sign in to comment.