Skip to content

Commit

Permalink
Add php doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Dec 20, 2024
1 parent 34e0436 commit 427ca36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion classes/Media/Subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
class Subscriber implements SubscriberInterface {

/**
* @var Upload Upload Instance.
* Upload instance.
*
* @var Upload
*/
private $upload;
/**
Expand Down

0 comments on commit 427ca36

Please sign in to comment.