Page MenuHomePhorge

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

Authored by aklapper on Mon, Mar 31, 20:23.
Tags
None
Referenced Files
F3787528: D25940.1745911699.diff
Mon, Apr 28, 07:28
F3611777: D25940.1745299008.diff
Mon, Apr 21, 05:16
F3576564: D25940.1745057499.diff
Fri, Apr 18, 10:11
F3576367: D25940.1745044400.diff
Fri, Apr 18, 06:33
F3554094: D25940.1744972607.diff
Thu, Apr 17, 10:36
F3552829: D25940.1744908873.diff
Wed, Apr 16, 16:54
F3549721: D25940.1744899760.diff
Wed, Apr 16, 14:22
F3531157: D25940.1744879962.diff
Wed, Apr 16, 08:52

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