1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-24 07:42: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:
Andre Klapper 2024-07-03 08:29:47 +02:00
parent 72e59da804
commit 76d22d70e4

View file

@ -212,7 +212,7 @@ final class PhutilLibraryMapBuilder extends Phobject {
/** /**
* Drop the symbol cache, forcing a clean rebuild. * Drop the symbol cache, forcing a clean rebuild.
* *
* @return this * @return void
* *
* @task symbol * @task symbol
*/ */