Ref T5655. A few of these were missed.
Details
Details
- Reviewers
hach-que joshuaspence - Maniphest Tasks
- T5655: Standardize naming conventions
- Commits
- Restricted Diffusion Commit
rP20589389de75: Fix some issues with new Conduit method implementations
Checked all other methods like this:
foreach ($method_map as $k => $v) { $v = preg_replace('/ConduitAPIMethod$/', '', $v); $k = str_replace('.', '', $k); $v = strtolower($v); if ($k != $v) { echo "{$k} x {$v}!\n"; } } echo "OK\n";
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- mnames
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 1894 Build 1895: [Placeholder Plan] Wait for 30 Seconds