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