Flow PHP

Errors

Table of Contents

src/core/etl/src/Flow/ETL/DSL/functions.php 8
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 2386 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 2386 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 2371 Tag "method" with body "@method class-string<Type<mixed>> $typeClass" has error \Flow\Types\Type<mixed> is not a class string
ERROR 2316 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 2307 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 2298 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 1927 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 875 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