Page MenuHomePhorge

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

Authored by aklapper on Apr 8 2025, 15:36.

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
Branch
PhpDocObj (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1848
Build 1848: arc lint + arc unit