Page MenuHomePhabricator

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

Authored by joshuaspence on Jan 13 2015, 11:07 AM.
Tags
None
Referenced Files
F13996092: D11363.diff
Wed, Oct 23, 5:58 PM
Unknown Object (File)
Oct 3 2024, 8:43 AM
Unknown Object (File)
Sep 20 2024, 6:58 PM
Unknown Object (File)
Sep 20 2024, 9:04 AM
Unknown Object (File)
Sep 9 2024, 7:20 PM
Unknown Object (File)
Sep 3 2024, 2:07 AM
Unknown Object (File)
Aug 29 2024, 9:35 PM
Unknown Object (File)
Aug 25 2024, 2:31 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
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 3808
Build 3820: [Placeholder Plan] Wait for 30 Seconds

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.