Page MenuHomePhorge

PHPDoc: Replace non-existing return type phid with string
ClosedPublic

Authored by aklapper on Tue, Apr 1, 09:01.
Tags
None
Referenced Files
F3552865: D25943.1744909942.diff
Wed, Apr 16, 17:12
F3531986: D25943.1744889202.diff
Wed, Apr 16, 11:26
F3531973: D25943.1744888527.diff
Wed, Apr 16, 11:15
F3530831: D25943.1744878557.diff
Wed, Apr 16, 08:29
F3530194: D25943.1744871642.diff
Wed, Apr 16, 06:34
F3529788: D25943.1744866565.diff
Wed, Apr 16, 05:09
F3487115: D25943.1744777762.diff
Tue, Apr 15, 04:29
F3406969: D25943.1744590017.diff
Sun, Apr 13, 00:20

Details

Summary

phid is not a valid type. See https://docs.phpdoc.org/guide/references/phpdoc/types.html and https://docs.phpdoc.org/guide/references/phpdoc/tags/return.html.
Thus return string and get less errors reported by PHPStan.

Test Plan

Read docs; run static code analysis.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable