Page MenuHomeDevCentral

Avoid "self" in callable
ClosedPublic

Authored by dereckson on Nov 29 2024, 20:54.
Tags
None
Referenced Files
F8487815: D3611.id9337.diff
Thu, May 15, 07:09
Unknown Object (File)
Mon, May 12, 23:04
Unknown Object (File)
Mon, May 12, 13:56
Unknown Object (File)
Sat, May 10, 02:59
Unknown Object (File)
Sun, May 4, 00:46
Unknown Object (File)
Sun, Apr 27, 22:15
Unknown Object (File)
Sun, Apr 27, 22:07
Unknown Object (File)
Fri, Apr 25, 01:54
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
Lint Not Applicable
Unit
Tests Not Applicable

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.