Skip to content

Commit 7ca9fc5

Browse files
committed
phpcs
1 parent a25e512 commit 7ca9fc5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

administrator/components/com_modules/src/Model/ModuleModel.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,10 +1338,7 @@ public static function prepareWorkflowField(Form $form, $data)
13381338

13391339
$query = $db->getQuery(true);
13401340

1341-
$query->select([
1342-
$db->quoteName('title'),
1343-
$db->quoteName('id')
1344-
])
1341+
$query->select([$db->quoteName('title'), $db->quoteName('id')])
13451342
->from($db->quoteName('#__workflows'))
13461343
->where(
13471344
[

0 commit comments

Comments
 (0)