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.
Details
Details
- Reviewers
valerio.bozzolan - Group Reviewers
O1: Blessed Committers - Commits
- rARC76d22d70e429: Correct PHPDoc of dropSymbolCache()
Read/grep the code.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Lint
Lint Not Applicable - Unit
Tests Not Applicable