Page MenuHomePhabricator

Update some inline comment logic to use more modern "Viewer"-oriented calls/variables
ClosedPublic

Authored by epriestley on Sep 4 2018, 6:31 PM.
Tags
None
Referenced Files
F19816929: D19633.id46924.diff
Mar 5 2026, 9:27 AM
F19749046: D19633.diff
Feb 15 2026, 7:56 PM
F19660791: D19633.id46939.diff
Feb 7 2026, 4:44 AM
F19517697: D19633.id.diff
Jan 15 2026, 2:23 PM
F19515239: D19633.diff
Jan 14 2026, 9:30 AM
F18921896: D19633.id.diff
Nov 9 2025, 2:51 PM
F18920902: D19633.id46924.diff
Nov 9 2025, 1:28 PM
F18865712: D19633.id.diff
Nov 3 2025, 1:37 PM
Subscribers
None

Details

Summary

Ref T13195. Ref T8573. The inline comment controllers currently use outdated $user = $this->getRequest()->getUser() calls.

Instead, use $viewer = $this->getViewer().

This is just a small consistency update with no behavioral changes.

Test Plan

Viewed and added inlines in Differential and Diffusion.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable