Page MenuHomePhorge

Declare missing class property in PhabricatorTimelineEngine
ClosedPublic

Authored by aklapper on Jul 2 2024, 19:19.

Details

Summary

setRequest() and getRequest in this class access the undefined property $request. Thus define this property.

Test Plan

Run PHPStan static code analysis; grep the code in this class.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable