Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14745822
D17460.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
578 B
Referenced Files
None
Subscribers
None
D17460.diff
View Options
diff --git a/src/applications/diviner/atomizer/DivinerPHPAtomizer.php b/src/applications/diviner/atomizer/DivinerPHPAtomizer.php
--- a/src/applications/diviner/atomizer/DivinerPHPAtomizer.php
+++ b/src/applications/diviner/atomizer/DivinerPHPAtomizer.php
@@ -128,7 +128,7 @@
private function parseParams(DivinerAtom $atom, AASTNode $func) {
$params = $func
- ->getChildOfType(3, 'n_DECLARATAION_PARAMETER_LIST')
+ ->getChildOfType(3, 'n_DECLARATION_PARAMETER_LIST')
->selectDescendantsOfType('n_DECLARATION_PARAMETER');
$param_spec = array();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 22, 9:33 AM (4 h, 25 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7026752
Default Alt Text
D17460.diff (578 B)
Attached To
Mode
D17460: Fix a constant typo in Diviner ("DECLARATAION" -> "TION")
Attached
Detach File
Event Timeline
Log In to Comment