Skip to content
GitLab
Explore
Sign in
ThemeSwitcher: remove the use of $user_id property
Code
Review changes
Check out branch
Download
Patches
Plain diff
Shu Hung Yeung
requested to merge
issue/theme_per_user-3444993:fix/issue-3444993
into
1.0.x
May 03, 2024
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
Instead of using $this->user_id ThemeSwitcher::applies, use local variable $user_id. Remove the need to dynamically create property that would cause warning in PHP 8.2 and error in the future.
Merge request reports
Loading