1
0
Fork 0
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:
epriestley 2016-11-04 16:59:09 -07:00
parent 90fb8a1516
commit bd3233d3ab

View file

@ -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 {