Page MenuHomePhabricator

Removed all instances of getIconURI
ClosedPublic

Authored by jcox on Aug 30 2016, 2:00 PM.
Tags
None
Referenced Files
F13082502: D16470.diff
Wed, Apr 24, 10:10 PM
Unknown Object (File)
Sun, Apr 21, 4:34 PM
Unknown Object (File)
Sun, Apr 14, 12:38 AM
Unknown Object (File)
Mon, Apr 1, 10:38 AM
Unknown Object (File)
Mar 4 2024, 7:52 PM
Unknown Object (File)
Feb 20 2024, 8:20 AM
Unknown Object (File)
Feb 8 2024, 5:07 PM
Unknown Object (File)
Jan 23 2024, 12:19 PM

Details

Summary

Fixes T11541. PhabricatorApplication::getIconURI() has been returning only null for a while (I assume in preparation to remove it). I removed the method and all the remaining call sites.

Test Plan

Removed the method and then clicked around. Things didn't explode!

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jcox retitled this revision from to Removed all instances of getIconURI.
jcox updated this object.
jcox edited the test plan for this revision. (Show Details)
epriestley added a reviewer: epriestley.

Nothing exploded? Hard to believe.

This revision is now accepted and ready to land.Aug 30 2016, 2:01 PM
src/applications/meta/typeahead/PhabricatorApplicationDatasource.php
39

wait a minute... are PHP function calls case-insensitive?

(Small comfort but variables aren't, at least.)

This revision was automatically updated to reflect the committed changes.