@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix a constant typo in Diviner ("DECLARATAION" -> "TION")

Summary: Fixes T12351. This got typo'd in D17377.

Test Plan: `bin/diviner generate --clean --book src/docs/book/phabricator.book`

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12351

Differential Revision: https://secure.phabricator.com/D17460

+1 -1
+1 -1
src/applications/diviner/atomizer/DivinerPHPAtomizer.php
··· 128 128 129 129 private function parseParams(DivinerAtom $atom, AASTNode $func) { 130 130 $params = $func 131 - ->getChildOfType(3, 'n_DECLARATAION_PARAMETER_LIST') 131 + ->getChildOfType(3, 'n_DECLARATION_PARAMETER_LIST') 132 132 ->selectDescendantsOfType('n_DECLARATION_PARAMETER'); 133 133 134 134 $param_spec = array();