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
F3531456: D25944.1744881446.diff
Wed, Apr 16, 09:17
F3530829: D25944.1744878387.diff
Wed, Apr 16, 08:26
F3530804: D25944.1744875173.diff
Wed, Apr 16, 07:32
F3530793: D25944.1744874520.diff
Wed, Apr 16, 07:22
F3530787: D25944.1744874203.diff
Wed, Apr 16, 07:16
F3530513: D25944.1744873367.diff
Wed, Apr 16, 07:02
F3406298: D25944.1744585375.diff
Sat, Apr 12, 23:02
F3395925: D25944.1744519493.diff
Sat, Apr 12, 04:44

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