Page MenuHomePhorge

PHPDoc: Replace "@return this" with "@return $this"
ClosedPublic

Authored by aklapper on Sep 6 2024, 17:22.
Tags
None
Referenced Files
F2945499: D25819.1738323392.diff
Thu, Jan 30, 11:36
F2941370: D25819.1738109766.diff
Tue, Jan 28, 00:16
F2936342: D25819.1737913996.diff
Sat, Jan 25, 17:53
F2934933: D25819.1737810515.diff
Fri, Jan 24, 13:08
F2933253: D25819.1737757241.diff
Thu, Jan 23, 22:20
F2921648: D25819.1737553556.diff
Tue, Jan 21, 13:45
F2921628: D25819.1737553547.diff
Tue, Jan 21, 13:45
F2916947: D25819.1737501780.diff
Mon, Jan 20, 23:23

Details

Summary

Per https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md the valid keyword is $this.
Thus replace this to make output of static code analysis slightly less noisy.

(See rARC4b7ee1985b3c15b4af81b5480522ae24c0afd6a2 for its Arcanist counterpart.)

Test Plan

Read the docs.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable