Page MenuHomePhorge

PHPDoc: Replace invalid "key" and "value" types
ClosedPublic

Authored by aklapper on Tue, Apr 8, 15:49.
Tags
None
Referenced Files
F3856883: D25953.1746165083.diff
Thu, May 1, 05:51
F3702891: D25953.1745629041.diff
Fri, Apr 25, 00:57
F3675754: D25953.1745521638.diff
Wed, Apr 23, 19:07
F3675748: D25953.1745521394.diff
Wed, Apr 23, 19:03
F3647165: D25953.1745400755.diff
Tue, Apr 22, 09:32
F3612230: D25953.1745299696.diff
Mon, Apr 21, 05:28
F3575978: D25953.1745016625.diff
Thu, Apr 17, 22:50
F3575780: D25953.1745013163.diff
Thu, Apr 17, 21:52

Details

Summary

Avoid "Parameter has invalid type key" and "Parameter has invalid type value" errors when running static code analysis (PHPStan).
See https://docs.phpdoc.org/guide/references/phpdoc/types.html

Test Plan

Run PHPStan before and after applying this change (and its corresponding Phorge change), get 4 errors less.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable