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)
Thu, Dec 12, 8:18 AM
Unknown Object (File)
Thu, Dec 5, 3:30 AM
Unknown Object (File)
Thu, Dec 5, 3:22 AM
Unknown Object (File)
Sun, Dec 1, 6:37 PM
Unknown Object (File)
Wed, Nov 27, 2:05 AM
Unknown Object (File)
Sat, Nov 23, 2:22 PM
Unknown Object (File)
Nov 20 2024, 11:12 AM
Unknown Object (File)
Nov 20 2024, 10:34 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.