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.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T11541: Remove getIconURI() from PhabricatorApplication
- Commits
- rPf2f896c761a2: Removed all instances of getIconURI
Removed the method and then clicked around. Things didn't explode!
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/meta/typeahead/PhabricatorApplicationDatasource.php | ||
---|---|---|
39 | wait a minute... are PHP function calls case-insensitive? |