Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix type definition for ConfgureExtension #16

Merged
merged 2 commits into from
Apr 25, 2024
Merged

Conversation

yariksheptykin
Copy link
Member

In my particular case I am applying this configuration:

#[ConfigureExtension('neusta_pimcore_cache_invalidation', ['listeners' => true])]

This corresponds to:

neusta_pimcore_cache_invalidation:
  listeners: true

@jdreesen
Copy link
Member

It needs to be adapted here as well, right?

* @param array<string, array<mixed>> $config

And also here:

* @var array<string, array<mixed>>

And here:

* @var array<string, array<mixed>>

@jdreesen jdreesen changed the title Loosen typedefinition for ConfgureExtension Fix type definition for ConfgureExtension Apr 25, 2024
@jdreesen jdreesen merged commit 0011e03 into main Apr 25, 2024
4 checks passed
@jdreesen jdreesen deleted the yariksheptykin-patch-2 branch April 25, 2024 08:06
@jdreesen
Copy link
Member

Thank you for the fix! I just released it as https://github.com/teamneusta/pimcore-testing-framework/releases/tag/v0.12.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants