Skip to content

Commit

Permalink
php docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Sokil committed Jul 10, 2015
1 parent 9c843a9 commit e98e5ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Sokil/Vast/Ad/InLine.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class InLine extends \Sokil\Vast\Ad

/**
*
* @param type $adSystem
* @param string $adSystem
* @return \Sokil\Vast\Ad\InLine
*/
public function setAdSystem($adSystem)
Expand All @@ -42,7 +42,7 @@ public function setAdSystem($adSystem)

/**
*
* @param type $adTitle
* @param string $adTitle
* @return \Sokil\Vast\Ad\InLine
*/
public function setAdTitle($adTitle)
Expand Down Expand Up @@ -71,7 +71,7 @@ public function setAdTitle($adTitle)

/**
*
* @param type $url
* @param string $url
* @return \Sokil\Vast\Ad\InLine
*/
public function setImpression($url)
Expand Down

0 comments on commit e98e5ee

Please sign in to comment.