Skip to content

Commit

Permalink
Improve documentation on migrate:fields-source return value (#4799)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvil07 committed Jul 27, 2021
1 parent 4113c21 commit 92618bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal/Commands/core/MigrateRunnerCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ protected function preprocessMessageRow(\StdClass $row, array $sourceIdKeys)
* @default-fields machine_name,description
*
* @return \Consolidation\OutputFormatters\StructuredData\RowsOfFields
* Migration messages status formatted as table.
* Source fields of the given migration.
*/
public function fieldsSource(string $migrationId): RowsOfFields
{
Expand Down

0 comments on commit 92618bc

Please sign in to comment.