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
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
F3530815: D25940.1744876754.diff
Wed, Apr 16, 07:59
F3530811: D25940.1744876283.diff
Wed, Apr 16, 07:51
F3530798: D25940.1744874653.diff
Wed, Apr 16, 07:24
F3481695: D25940.1744769468.diff
Tue, Apr 15, 02:11

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable