diff --git a/develop/generate_migrations_data.php b/develop/generate_migrations_data.php index 6e0b0e16..b8cfae19 100644 --- a/develop/generate_migrations_data.php +++ b/develop/generate_migrations_data.php @@ -55,7 +55,9 @@ function handle_string(&$str) { if (is_string($str) && strpos($str, '$') === 0) { + // @codingStandardsIgnoreStart $str = str_replace(',', ' . \',\' . ', $str); + // @codingStandardsIgnoreEnd } else if (is_string($str)) {