Flow PHP

Errors

Table of Contents

src/core/etl/src/Flow/ETL/DSL/functions.php 5
src/core/etl/src/Flow/ETL/Row/Entry/MapEntry.php 1
src/core/etl/src/Flow/ETL/Schema/Definition/MapDefinition.php 1
src/core/etl/src/Flow/ETL/Transformer/OrderEntries/TypePriorities.php 2

functions.php

Type Line Description
ERROR 1922 Tag "method" with body "@method array<class-string<Entry<mixed>>, int> $priorities" has error \Flow\ETL\Row\Entry<mixed> is not a class string
ERROR 1913 Tag "method" with body "@method array<class-string<Entry<mixed>>, int> $priorities" has error \Flow\ETL\Row\Entry<mixed> is not a class string
ERROR 1904 Tag "method" with body "@method array<class-string<Entry<mixed>>, int> $priorities" has error \Flow\ETL\Row\Entry<mixed> is not a class string
ERROR 1571 Tag "method" with body "@method (MapType<TKey, TValue> | Type<array<TKey, TValue>>) $type" has error An array can have only integers or strings as keys
ERROR 729 Tag "method" with body "@method Entry<?array<TKey, TValue>>" has error An array can have only integers or strings as keys

MapEntry.php

Type Line Description
ERROR 22 Tag "method" with body "@method Entry<?array<TKey, TValue>>" has error An array can have only integers or strings as keys

MapDefinition.php

Type Line Description
ERROR 20 Tag "method" with body "@method Definition<array<TKey, TValue>>" has error An array can have only integers or strings as keys

TypePriorities.php

Type Line Description
ERROR 16 Tag "method" with body "@method array<class-string<Entry<mixed>>, int>" has error \Flow\ETL\Row\Entry<mixed> is not a class string
ERROR 35 Tag "method" with body "@method array<class-string<Entry<mixed>>, int> $priorities" has error \Flow\ETL\Row\Entry<mixed> is not a class string

Search results