- Issue created by @winstonjf
- Merge request !6Fix: Avoid passing `null` to `preg_replace()` in the Feedback Controller → (Merged) created by winstonjf
- last update
about 1 year ago 1 pass winstonjf → changed the visibility of the branch 3437584-deprecated-function-pregreplace to hidden.
- First commit to issue fork.
- last update
about 1 year ago 1 pass - Status changed to Needs work
about 1 year ago 12:56pm 2 April 2024 - 🇮🇳India immaculatexavier
The above MR is to ensure that null is not passed to the third argument of the preg_replace function.
winstonjf → changed the visibility of the branch 3437584-deprecated-function-pregreplace to active.
- First commit to issue fork.
- last update
about 1 year ago 1 pass - 🇮🇳India manish-31
@immaculatexavier Thanks for the MR.
I have udated the MR and verified that the warning is no longer triggered. Needs review.
MR Updates: Replaced
null
withNULL
, replaced if/else statement with ternary operator. - Status changed to Needs review
about 1 year ago 11:27am 3 April 2024 - Status changed to Needs work
about 1 year ago 8:29am 4 April 2024 - last update
about 1 year ago 1 pass - Status changed to Needs review
about 1 year ago 10:20am 4 April 2024 - Status changed to RTBC
9 months ago 12:01pm 4 July 2024 - 🇮🇳India kalash-j jaipur
I have tested this on my local and after applying the MR , it doesnt show any error msg.
- First commit to issue fork.
Automatically closed - issue fixed for 2 weeks with no activity.