mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-23 23:32:39 +01:00
Correct PHPDoc of dropSymbolCache()
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. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25720
This commit is contained in:
parent
72e59da804
commit
76d22d70e4
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ final class PhutilLibraryMapBuilder extends Phobject {
|
|||
/**
|
||||
* Drop the symbol cache, forcing a clean rebuild.
|
||||
*
|
||||
* @return this
|
||||
* @return void
|
||||
*
|
||||
* @task symbol
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue