Skip to content

Commit

Permalink
Merge pull request #7 from pathak-vikash/fixes/docs-function-name
Browse files Browse the repository at this point in the history
Corrected function name getVideoFiles
  • Loading branch information
webeweb committed Dec 12, 2022
2 parents b912e85 + 4a73ee7 commit 34acb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ foreach($response->getVideos() as $current) {
$user->getUrl();

/** @var VideoFile[] $videoFiles */
$videoFiles = $current->getVideosFiles();
$videoFiles = $current->getVideoFiles();
foreach($videoFiles as $vf) {

$vf->getId();
Expand Down

0 comments on commit 34acb9b

Please sign in to comment.