Skip to content

Commit ab1ceac

Browse files
committed
style(abstracttarget): code style
1 parent bd0b1a3 commit ab1ceac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/abstracttarget.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ protected function prepareTemplate($template, PluginFormcreatorFormAnswer $formA
221221
* @param PluginFormcreatorFormanswer $formanswer the source formanswer
222222
* @return array
223223
*/
224-
protected function appendFieldsData(array$input, PluginFormcreatorFormanswer $formanswer): array {
224+
protected function appendFieldsData(array $input, PluginFormcreatorFormanswer $formanswer): array {
225225
global $DB;
226226

227227
//get all PluginFormcreatorAnswer

0 commit comments

Comments
 (0)