Page MenuHomePhabricator

Removed all instances of getIconURI
ClosedPublic

Authored by jcox on Aug 30 2016, 2:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 18, 11:40 AM
Unknown Object (File)
Sun, Feb 9, 2:16 AM
Unknown Object (File)
Sun, Feb 9, 2:16 AM
Unknown Object (File)
Sun, Feb 9, 2:16 AM
Unknown Object (File)
Sun, Feb 9, 2:16 AM
Unknown Object (File)
Fri, Jan 31, 7:34 PM
Unknown Object (File)
Mon, Jan 27, 1:51 PM
Unknown Object (File)
Mon, Jan 27, 12:22 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.