Skip to content

Commit d5baf2f

Browse files
author
epriestley
committedMar 4, 2017
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 parent f2e013c commit d5baf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/applications/diviner/atomizer/DivinerPHPAtomizer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ protected function executeAtomize($file_name, $file_data) {
128128

129129
private function parseParams(DivinerAtom $atom, AASTNode $func) {
130130
$params = $func
131-
->getChildOfType(3, 'n_DECLARATAION_PARAMETER_LIST')
131+
->getChildOfType(3, 'n_DECLARATION_PARAMETER_LIST')
132132
->selectDescendantsOfType('n_DECLARATION_PARAMETER');
133133

134134
$param_spec = array();

0 commit comments

Comments
 (0)
Failed to load comments.