Issue #3220379 by guilhermevp, quietone, joachim: example code for NullCoalesce isn't formatted properly

(cherry picked from commit fa3995b5dd)
merge-requests/934/head
Alex Pott 2021-07-09 13:06:59 +01:00
parent 8465b6ee89
commit da276a38f5
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 2 additions and 2 deletions

View File

@ -20,14 +20,14 @@ use Drupal\migrate\Row;
*
* Example:
* Given source keys of foo, bar, and baz:
*
* @code
* process_key:
* plugin: null_coalesce
* source:
* - foo
* - bar
* - baz
*
* @endcode
* This plugin will return the equivalent of `foo ?? bar ?? baz`
*
* @MigrateProcessPlugin(