Page MenuHomePhorge

PHPDoc: Replace invalid "obj" with "object"
ClosedPublic

Authored by aklapper on Tue, Apr 8, 15:36.
Tags
None
Referenced Files
F3844021: D25951.1746102466.diff
Wed, Apr 30, 12:27
F3680452: D25951.1745553643.diff
Thu, Apr 24, 04:00
F3646223: D25951.1745385594.diff
Tue, Apr 22, 05:19
F3609249: D25951.1745295369.diff
Mon, Apr 21, 04:16
F3576352: D25951.1745043819.diff
Fri, Apr 18, 06:23
F3553540: D25951.1744940514.diff
Thu, Apr 17, 01:41
F3552794: D25951.1744908001.diff
Wed, Apr 16, 16:40
F3519784: D25951.1744813733.diff
Tue, Apr 15, 14:28

Details

Summary

Avoid "has invalid return type obj" 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 15 errors less.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable