Page MenuHomePhorge

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

Authored by aklapper on Tue, Apr 1, 09:02.

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
rP Phorge
Branch
phpDocParamPhidReturn (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1837
Build 1837: arc lint + arc unit