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)
Fri, Sep 20, 6:58 PM
Unknown Object (File)
Fri, Sep 20, 9:04 AM
Unknown Object (File)
Mon, Sep 9, 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
Unknown Object (File)
Aug 24 2024, 10:45 AM
Unknown Object (File)
Aug 23 2024, 10:26 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.