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
F3481695: D25940.1744769468.diff
Tue, Apr 15, 02:11
F3398688: D25940.1744540668.diff
Sat, Apr 12, 10:37
F3395621: D25940.1744517453.diff
Sat, Apr 12, 04:10
F3388758: D25940.1744448133.diff
Fri, Apr 11, 08:55
F3388756: D25940.1744448125.diff
Fri, Apr 11, 08:55
F3388753: D25940.1744448116.diff
Fri, Apr 11, 08:55
F3383218: D25940.1744383898.diff
Thu, Apr 10, 15:04
F3378731: D25940.1744360156.diff
Thu, Apr 10, 08:29

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