reorder attributes
This commit is contained in:
parent
8c9790b662
commit
efdb8560a1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Yaml-File in your Configuration directory.
|
||||||
Let's imagine you had this action-method:
|
Let's imagine you had this action-method:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @Flow\Validate(type="DigiComp.SettingValidator:Settings", argumentName="order")
|
* @Flow\Validate(argumentName="order", type="DigiComp.SettingValidator:Settings")
|
||||||
* @param Order $order
|
* @param Order $order
|
||||||
*/
|
*/
|
||||||
public function createOrder($order) {...}
|
public function createOrder($order) {...}
|
||||||
|
|
Loading…
Reference in a new issue