Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T4558: Make Diviner useful for third-parties
- Commits
- Restricted Diffusion Commit
rP006a877996aa: Allow ghost atoms to be rendered
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- master
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6496 Build 6518: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
src/applications/diviner/storage/DivinerLiveSymbol.php | ||
---|---|---|
101–107 | Is this the normal way to allow an attachable object to be nullable? It seemed odd to me. |
Comment Actions
Yeah. Normally the assignment is just $this->thing = $thing;, but the = null is normal.