You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to how TValue and TType is defined on Entry interface more strict settings of phpstan will report following error:
Parameter #1 ...$entry of function Flow\ETL\DSL\row expects Flow\ETL\Row\Entry<mixed, mixed>, Flow\ETL\Row\Entry\StringEntry given.
🪪 argument.type
💡 Template type TValue on class Flow\ETL\Row\Entry is not covariant. Learn more: https://phpstan.org/blog/whats-up-with-template-covariant
💡 Template type TType on class Flow\ETL\Row\Entry is not covariant. Learn more: https://phpstan.org/blog/whats-up-with-template-covariant
The text was updated successfully, but these errors were encountered:
Due to how TValue and TType is defined on Entry interface more strict settings of phpstan will report following error:
The text was updated successfully, but these errors were encountered: