Flow PHP

Errors

Table of Contents

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

functions.php

Type Line Description
ERROR 2155 Tag "method" with body "@method class-string<Type<T>> ...$typeClasses" has error \Flow\Types\Type<\Flow\ETL\DSL\T> is not a class string
ERROR 2155 Tag "method" with body "@method class-string<Type<T>> $typeClass" has error \Flow\Types\Type<\Flow\ETL\DSL\T> is not a class string
ERROR 2140 Tag "method" with body "@method class-string<Type<mixed>> $typeClass" has error \Flow\Types\Type<mixed> is not a class string
ERROR 2085 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 2076 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 2067 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 1809 Tag "method" with body "@method Definition<array<TKey, TValue>>" has error An array can have only integers or strings as keys
ERROR 1809 Tag "method" with body "@method Type<array<TKey, TValue>> $type" has error An array can have only integers or strings as keys
ERROR 783 Tag "method" with body "@method Entry<?array<TKey, TValue>>" has error An array can have only integers or strings as keys
ERROR 783 Tag "method" with body "@method Type<array<TKey, TValue>> $mapType" has error An array can have only integers or strings as keys

MapEntry.php

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

Definition.php

Type Line Description
ERROR 161 Tag "method" with body "@method Definition<array<TKey, TValue>>" has error An array can have only integers or strings as keys
ERROR 161 Tag "method" with body "@method Type<array<TKey, TValue>> $type" 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