Page MenuHomePhorge

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

Authored by aklapper on Sep 6 2024, 17:22.

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
Branch
returnThis
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1583
Build 1583: arc lint + arc unit