Page MenuHomePhorge

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

Authored by aklapper on Tue, Apr 1, 09:02.
Tags
None
Referenced Files
F3356522: D25944.1743883719.diff
Fri, Apr 4, 20:08
F3356360: D25944.1743881744.diff
Fri, Apr 4, 19:35
F3354124: D25944.1743852142.diff
Fri, Apr 4, 11:22
F3354122: D25944.1743852132.diff
Fri, Apr 4, 11:22
F3353440: D25944.1743838614.diff
Fri, Apr 4, 07:36
F3353345: D25944.1743834947.diff
Fri, Apr 4, 06:35
F3352497: D25944.1743799968.diff
Thu, Apr 3, 20:52
F3351594: D25944.1743789088.diff
Thu, Apr 3, 17:51

Details

Summary

phid is not a valid type. See https://docs.phpdoc.org/guide/references/phpdoc/types.html and https://docs.phpdoc.org/guide/references/phpdoc/tags/return.html.
Thus return string and get 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