Page MenuHomePhorge

Correct PHPDoc of dropSymbolCache()
ClosedPublic

Authored by aklapper on Jul 3 2024, 06:29.
Tags
None
Referenced Files
F4011616: D25720.1746626249.diff
Tue, May 6, 13:57
F3969922: D25720.1746525339.diff
Mon, May 5, 09:55
F3968859: D25720.1746522369.diff
Mon, May 5, 09:06
F3802277: D25720.1745976355.diff
Tue, Apr 29, 01:25
F3750058: D25720.1745805346.diff
Sun, Apr 27, 01:55
F3717068: D25720.1745692863.diff
Fri, Apr 25, 18:41
F3711957: D25720.1745665312.diff
Fri, Apr 25, 11:01
F3709203: D25720.1745644752.diff
Fri, Apr 25, 05:19

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