Skip to content

Commit

Permalink
mod_pcast: fix missing property declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bourget committed Oct 3, 2024
1 parent 8d357d8 commit d156c97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion classes/output/episode_action_bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ class episode_action_bar implements renderable, templatable {
/** @var object $pcast instance of the pcast module */
private $module;
/** @var string $mode The type of view. */
private $eid;
/** @var int episode ID number */
private $mode;
/** @var string $epmode the type of view for episode. */
/** @var string the type of view for episode. */
private $epmode;
/** @var bool is rating enabled. */
private $rate;
Expand Down

0 comments on commit d156c97

Please sign in to comment.