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
- Lint
Lint Skipped - Unit
Tests Skipped