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)
Sat, Feb 8, 1:06 AM
Unknown Object (File)
Sat, Feb 8, 1:06 AM
Unknown Object (File)
Sat, Feb 8, 1:06 AM
Unknown Object (File)
Sat, Feb 8, 1:06 AM
Unknown Object (File)
Fri, Jan 31, 9:03 AM
Unknown Object (File)
Sat, Jan 25, 10:41 AM
Unknown Object (File)
Thu, Jan 23, 9:38 PM
Unknown Object (File)
Thu, Jan 23, 9:38 PM
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.