Skip to content

Commit ec957d6

Browse files
committed
add return type, to fix phpstan
1 parent 9f1295a commit ec957d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* @method \Progress_Planner\UI\Popover get_ui__popover()
5252
* @method \Progress_Planner\Admin\Widgets\Content_Activity get_admin__widgets__content_activity()
5353
* @method \Progress_Planner\UI\Chart get_ui__chart()
54-
* @method \Progress_Planner\Activities\Content_Helpers get_activities__content_helpers()
54+
* @method \Progress_Planner\Activities\Content_Helpers|null get_activities__content_helpers()
5555
* @method \Progress_Planner\Admin\Widgets\Challenge get_admin__widgets__challenge()
5656
* @method \Progress_Planner\Admin\Widgets\Activity_Scores get_admin__widgets__activity_scores()
5757
* @method \Progress_Planner\Utils\Date get_utils__date()

0 commit comments

Comments
 (0)