Skip to content

Commit

Permalink
Fix lints.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedmonkey committed Jun 12, 2020
1 parent b8fb479 commit 60f95bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/class-import.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public function import_image() {
$file = $this->image->get_image_url( 'full' );
$tmp = download_url( $file );
// If there was an error downloading, return the error.

// @codeCoverageIgnoreStart
if ( is_wp_error( $tmp ) ) {
return $tmp;
Expand Down

0 comments on commit 60f95bc

Please sign in to comment.