mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Use a more conventional placement of parentheses
Auditors: avivey
This commit is contained in:
parent
90fb8a1516
commit
bd3233d3ab
1 changed files with 2 additions and 2 deletions
|
@ -1391,9 +1391,9 @@ abstract class PhabricatorEditEngine
|
||||||
id(new PhabricatorActionView())
|
id(new PhabricatorActionView())
|
||||||
->setName($spec['name'])
|
->setName($spec['name'])
|
||||||
->setIcon($spec['icon'])
|
->setIcon($spec['icon'])
|
||||||
->setHref($spec['uri']))
|
->setHref($spec['uri'])
|
||||||
->setDisabled($head['disabled'])
|
->setDisabled($head['disabled'])
|
||||||
->setWorkflow($head['workflow']);
|
->setWorkflow($head['workflow']));
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue