Page MenuHomeDevCentral

Avoid "self" in callable
ClosedPublic

Authored by dereckson on Nov 29 2024, 20:54.
Tags
None
Referenced Files
F35025378: D3611.diff
Mon, Jul 6, 01:55
F35024115: D3611.diff
Mon, Jul 6, 01:46
F34998315: D3611.diff
Sun, Jul 5, 21:31
Unknown Object (File)
Fri, Jul 3, 19:03
Unknown Object (File)
Thu, Jul 2, 09:21
Unknown Object (File)
Thu, Jul 2, 09:20
Unknown Object (File)
Thu, Jul 2, 09:19
Unknown Object (File)
Thu, Jul 2, 04:36
Subscribers
None

Details

Summary

Fixes the following issue:
[29-Nov-2024 14:49:30 UTC] PHP Deprecated:
Use of "self" in callables is deprecated
in /var/51-wwwroot/tools/lists/RegexpFactory.php on line 61

Test Plan

Use /lists/replace

Diff Detail

Repository
rTOOLS Nasqueron Tools
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
self-regexp
Build Status
Buildable 5765
Build 6047: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Nov 29 2024, 20:54
This revision was automatically updated to reflect the committed changes.