Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phcp committed Feb 10, 2025
1 parent 3bae355 commit d46629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/packages/videopress/src/class-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ function ( $video ) {
*
* @param string $guid VideoPress unique identifier.
* @param int $max_width maximum requested video width. final width and height are calculated on VideoPress servers based on the aspect ratio of the original video upload.
* @return stdClass|WP_Error video data or WP_Error if request unsuccessful
* @return array video data or WP_Error if request unsuccessful
*/
public static function get_single_video_data( $guid, $max_width = 0 ) {
$domain = wp_parse_url( home_url(), PHP_URL_HOST );
Expand Down

0 comments on commit d46629e

Please sign in to comment.