plugin-drupal-twig-components
plugin-drupal-twig-components copied to clipboard
Make the Attributes parameter have a default param
I ran into an issue with this because it was expecting a third parameter, which isn't necessarily necessary.
what we use instead of NULL is just an empty array = []
You're absolutely right, an empty array would definitely be a better option. I updated the PR.
Glad that was helpful 😄