PR-5.0-dev ? Pending

User tests: Successful: Unsuccessful:

avatar sandewt
sandewt
2 Sep 2023

The backslash is not needed here.

Pull Request for Issue # .

Summary of Changes

See: #40553 (comment)

Testing Instructions

Code review

Actual result BEFORE applying this Pull Request

} catch (\Exception $e) {

Expected result AFTER applying this Pull Request

} catch (Exception $e) {

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar joomla-cms-bot joomla-cms-bot - change - 2 Sep 2023
Category Administration com_admin
avatar sandewt sandewt - open - 2 Sep 2023
avatar sandewt sandewt - change - 2 Sep 2023
Status New Pending
avatar richard67 richard67 - test_item - 2 Sep 2023 - Tested successfully
avatar richard67
richard67 - comment - 2 Sep 2023

I have tested this item ✅ successfully on 38a4114

Yep, was my mistake. It doesn't do harm, but as the file is not namespaced we should prefer without backslash, like it is already at other places in that file.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41547.

avatar brianteeman
brianteeman - comment - 2 Sep 2023

This change is not correct - see the maintainers decision here #41427 (comment)

avatar richard67
richard67 - comment - 2 Sep 2023

This change is not correct - see the maintainers decision here #41427 (comment)

I see. @sandewt That means this PR here is not right according to that decision, and we should add the backslash in @alikon 's PRs. Sorry for the confusion.

avatar sandewt
sandewt - comment - 2 Sep 2023

Sorry for the confusion.

It's OK. Developments sometimes go very fast.

avatar sandewt sandewt - change - 2 Sep 2023
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2023-09-02 13:36:21
Closed_By sandewt
Labels Added: PR-5.0-dev ?
avatar sandewt
sandewt - comment - 2 Sep 2023

Outdated code, maintainers decision.

avatar sandewt sandewt - close - 2 Sep 2023

Add a Comment

Login with GitHub to post a comment