mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Fix a typo ish.
Summary: Test Plan: Reviewers: CC:
This commit is contained in:
parent
3f13e36182
commit
8c73ed915d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class ArcanistConfiguration {
|
||||||
|
|
||||||
$workflows = array();
|
$workflows = array();
|
||||||
foreach ($symbols as $symbol) {
|
foreach ($symbols as $symbol) {
|
||||||
$class = $class['name'];
|
$class = $symbol['name'];
|
||||||
$name = preg_replace('/^Arcanist(\w+)Workflow$/', '\1', $class);
|
$name = preg_replace('/^Arcanist(\w+)Workflow$/', '\1', $class);
|
||||||
$name = strtolower($name);
|
$name = strtolower($name);
|
||||||
$workflows[$name] = newv($class, array());
|
$workflows[$name] = newv($class, array());
|
||||||
|
|
Loading…
Reference in a new issue