Page MenuHomePhabricator

Mark some AAST methods as final
ClosedPublic

Authored by joshuaspence on Apr 5 2015, 10:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 9, 6:16 PM
Unknown Object (File)
Sat, Feb 8, 8:28 PM
Unknown Object (File)
Sat, Feb 8, 3:28 AM
Unknown Object (File)
Sat, Feb 8, 3:28 AM
Unknown Object (File)
Sat, Feb 8, 3:28 AM
Unknown Object (File)
Sat, Feb 8, 3:28 AM
Unknown Object (File)
Sat, Feb 8, 3:28 AM
Unknown Object (File)
Jan 30 2025, 2:38 AM
Subscribers

Details

Summary

Self-explanatory. I don't think any subclasses should reasonably override these methods.

Test Plan

N/A

Diff Detail

Repository
rPHU libphutil
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 5136
Build 5154: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Mark some AAST methods as final.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/parser/xhpast/api/XHPASTNode.php
230–232

This has no callsites?

This revision is now accepted and ready to land.Apr 5 2015, 12:15 PM
src/parser/xhpast/api/XHPASTNode.php
230–232

This method is identical to the implementation in AASTNode.

This revision was automatically updated to reflect the committed changes.