Skip to content

Commit 1647b65

Browse files
committed
Updated dsl definitions
1 parent 919f056 commit 1647b65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/core/etl/src/Flow/ETL/DSL/functions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,7 @@ function schema_evolving_matcher() : EvolvingSchemaMatcher
12831283
/**
12841284
* @param array<string, array<bool|float|int|string>|bool|float|int|string> $metadata
12851285
*/
1286+
#[DocumentationDSL(module: Module::CORE, type: DSLType::SCHEMA)]
12861287
function schema_metadata(array $metadata = []) : Schema\Metadata
12871288
{
12881289
return Schema\Metadata::fromArray($metadata);

web/landing/resources/dsl.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)