Page MenuHomePhorge

Correct PHPDoc of dropSymbolCache()
ClosedPublic

Authored by aklapper on Jul 3 2024, 06:29.

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