Skip to content

Commit

Permalink
declare $response
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored Jul 22, 2024
1 parent 4f98fde commit 7b4cc1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Uploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ class Uploader
/** @var string */
protected $replaceEndpoint = 'https://up.flickr.com/services/replace/';

/** @var bool|string */
protected $response;

/**
* @param PhpFlickr $flickr
*/
Expand Down

0 comments on commit 7b4cc1a

Please sign in to comment.