Page MenuHomePhorge

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

Authored by aklapper on Mon, Mar 31, 20:23.

Details

Summary

phid is not a valid type. See https://docs.phpdoc.org/guide/references/phpdoc/types.html.
Thus set the param type to string and get a few less errors reported by PHPStan.

Test Plan

Read docs; run static code analysis.

Diff Detail

Repository
rP Phorge
Branch
phpDocParamPhid (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1833
Build 1833: arc lint + arc unit