Page MenuHomeDevCentral

Avoid "self" in callable
ClosedPublic

Authored by dereckson on Nov 29 2024, 20:54.
Tags
None
Referenced Files
F11066503: D3611.id.diff
Tue, Aug 12, 08:22
Unknown Object (File)
Sat, Aug 9, 22:02
Unknown Object (File)
Sat, Aug 9, 20:24
Unknown Object (File)
Wed, Aug 6, 14:27
Unknown Object (File)
Mon, Aug 4, 23:28
Unknown Object (File)
Mon, Aug 4, 20:00
Unknown Object (File)
Sun, Aug 3, 23:05
Unknown Object (File)
Wed, Jul 30, 12:50
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.