User tests: Successful: 0 Unsuccessful: 0
Pull Request for Issue # .
Follow up for the merged PR #43427 . Remove the return true;
statement because the method should have void
return type
Can be merged by review as discussed in the PR. Ping @laoneo
Works
Works
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Ah now I see it, thought it is at the end of an "if" block.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-02-05 08:06:48 |
Closed_By | ⇒ | laoneo | |
Labels |
Added:
PR-5.3-dev
|
Thanks!
Thanks !
No, this statement is at the end of method, so adding return; here is useless.