Page MenuHomePhabricator

Change `LiskDAO::generatePHID` to be `public`
ClosedPublic

Authored by joshuaspence on Jan 13 2015, 11:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 26, 6:23 AM
Unknown Object (File)
Wed, May 21, 7:57 AM
Unknown Object (File)
Apr 24 2025, 6:41 PM
Unknown Object (File)
Apr 22 2025, 6:18 PM
Unknown Object (File)
Apr 21 2025, 3:00 PM
Unknown Object (File)
Apr 20 2025, 6:50 AM
Unknown Object (File)
Apr 13 2025, 6:44 PM
Unknown Object (File)
Mar 22 2025, 3:49 AM
Subscribers

Details

Summary

Ref T6822. There are a bunch of places where we call $something->generatePHID(...) externally (outside of the class). Therefore, these methods need to be public.

Test Plan

I wouldn't expect increasing method visibility to break anything.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Change `LiskDAO::generatePHID` to be `public`.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jan 13 2015, 1:35 PM
This revision was automatically updated to reflect the committed changes.