Page MenuHomePhabricator

Add nullable type hint support to xhpast
Needs ReviewPublic

Authored by richardvanvelzen on Apr 28 2017, 8:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 3, 12:17 AM
Unknown Object (File)
Fri, Jul 3, 12:17 AM
Unknown Object (File)
Jun 21 2026, 12:41 AM
Unknown Object (File)
Jun 17 2026, 11:00 PM
Unknown Object (File)
Apr 21 2026, 8:14 PM
Unknown Object (File)
Apr 12 2026, 9:17 PM
Unknown Object (File)
Apr 2 2026, 3:43 AM
Unknown Object (File)
Feb 23 2026, 2:54 PM

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Maniphest Tasks
T4334: Support PHP5.4+ syntax in XHPAST
Summary

Ref T4334. This implements a new node type for type hints in general, and uses them to add nullability to a type hint.

Test Plan

Added test cases.

Diff Detail

Repository
rPHU libphutil
Branch
nullable-type-hints
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 16731
Build 22320: arc lint + arc unit

Event Timeline

src/parser/xhpast/__tests__/data/nullable-type-hints.php.test
1

Darn

Remove copy-flag from new unit test (caused by copy-via-IDE)

This does not appear to have any impact on arc/lint.

(This and the other change look good to me, I just want to look at them in more detail and maybe take a stab at fixing the awful unreadable test cases while we're here.)

Sure, no problem. Let me know if there is something I can do to help