Page MenuHomeDevCentral

Use $this binding in closures
ClosedPublic

Authored by dereckson on Jan 26 2022, 20:42.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 14, 08:11
Unknown Object (File)
Mon, Nov 11, 20:25
Unknown Object (File)
Fri, Nov 8, 05:42
Unknown Object (File)
Tue, Nov 5, 20:00
Unknown Object (File)
Sun, Nov 3, 02:04
Unknown Object (File)
Thu, Oct 31, 11:58
Unknown Object (File)
Thu, Oct 31, 05:20
Unknown Object (File)
Mon, Oct 28, 20:05
Subscribers
None

Details

Summary

With the automatic binding of $this, $that = $this isn't needed in PHP.

Test Plan

tests/Registration still succeed

Diff Detail

Repository
rKOT Keruald OmniTools
Lint
Lint Skipped
Unit
Tests Skipped
Branch
main
Build Status
Buildable 3879
Build 4130: arc lint + arc unit

Event Timeline

dereckson created this revision.

Where we learn PHP isn't JavaScript.

This revision is now accepted and ready to land.Jan 26 2022, 20:43
This revision was automatically updated to reflect the committed changes.