Thanks very much, @alexismmd. I've updated the constructor docblocks with the latest commit. Please let me know if any further changes are needed.
Sorry. Must've missed that one. I've addressed missing line with this commit. Thanks again, @vishal.kadam.
Thanks very much, @vishal.kadam. I've resolved the above issues with the latest commit. Let me know if I need to tag it as a new release for further review.
One question: I'm not sure how to resolve line length errors when it comes to long links in Markdown files. For example, I use the following link in my README files, which is itself longer than 80 characters. What is the appropriate way to address this?
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules)
stephenward β created an issue.
stephenward β created an issue.
I came across this while debugging a similar issue in our organization and wanted to offer up one possibility. We had a theme with a hidden region. For one of our clients, that region got used extensively so the blocks would be available for paragraph fields. Even though the hidden region was never called by a Twig template, the blocks were getting rendered during page loads. In our case, cleaning out the blocks or setting their visibility to be more restrictive prevented the additional load.
Hope this helps someone.