Skip to content

Commit

Permalink
Added comment about attribute deprecation in VAST 4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dorantor committed Oct 28, 2018
1 parent 8ed8f6a commit ef3b821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Creative/InLine/Linear.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public function createAdParameters($params)

// object
$adParams = new AdParameters($this->adParametersDomElement);

return $adParams->setParams($params);
}

Expand Down
2 changes: 2 additions & 0 deletions src/Creative/InLine/Linear/MediaFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ public function setBitrate($bitrate)
}

/**
* Please note that this attribute is deprecated since VAST 4.1 along with VPAID
*
* @param string $value
* @return $this
*/
Expand Down

0 comments on commit ef3b821

Please sign in to comment.