Page MenuHomePhorge

Correct PHPDoc of dropSymbolCache()
ClosedPublic

Authored by aklapper on Jul 3 2024, 06:29.
Tags
None
Referenced Files
F3335963: D25720.1743567842.diff
Tue, Apr 1, 04:24
F3333530: D25720.1743536548.diff
Mon, Mar 31, 19:42
F3329321: D25720.1743473978.diff
Mon, Mar 31, 02:19
F3327704: D25720.1743444200.diff
Sun, Mar 30, 18:03
F3315479: D25720.1743240058.diff
Fri, Mar 28, 09:20
F3313132: D25720.1743214843.diff
Fri, Mar 28, 02:20
F3306492: D25720.1743129011.diff
Thu, Mar 27, 02:30
F3294479: D25720.1742936239.diff
Mon, Mar 24, 20:57

Details

Summary

dropSymbolCache() does not return anything, and its only call in rebuild-map.php does not expect a return value either.
Thus replace @return this with @return void.

Test Plan

Read/grep the code.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable