Page MenuHomePhorge

Correct PHPDoc of dropSymbolCache()
ClosedPublic

Authored by aklapper on Jul 3 2024, 06:29.
Tags
None
Referenced Files
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
F3292999: D25720.1742905083.diff
Mon, Mar 24, 12:18
F3291456: D25720.1742878416.diff
Mon, Mar 24, 04:53
F3288388: D25720.1742827297.diff
Sun, Mar 23, 14:41
F3249602: D25720.1742286699.diff
Mon, Mar 17, 08:31

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