Skip to content

Commit

Permalink
Fix TU
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane MEAUDRE committed Nov 8, 2023
1 parent 04dc640 commit a1fd801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Response/DTO/Item/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ final class Image extends AbstractResponse implements AstrobinResponse
public ?string $url_solution = null;
public ?string $url_advanced_solution = null;

public ?string $user = null;

public ?string $url_histogram = null;

public ?string $url_skyplot = null;

public ?string $url_advanced_skyplot = null;
public ?string $url_advanced_skyplot_small = null;

public ?string $user = null;
public ?int $views = 0;

public ?int $likes = 0;
Expand Down
2 changes: 1 addition & 1 deletion tests/Response/DTO/Item/ImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ class ImageTest extends TestCase
'uploaded',
'url_advanced_skyplot',
'url_advanced_skyplot_small',
'url_advanced_solution',
'url_gallery',
'url_hd',
'url_histogram',
'url_regular',
'url_skyplot',
'url_solution',
'url_advanced_solution',
'url_thumb',
'user',
'views'
Expand Down

0 comments on commit a1fd801

Please sign in to comment.