Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2021 at 17:09 UTC
Updated:
9 Jul 2021 at 08:39 UTC
Jump to comment: Most recent
Comments
Comment #2
avpadernoComment #3
nils.destoop commentedCode seems ok. There are only some small coding standard fixes left:
FILE: block_plugin_view_builder/README.md
---------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
---------------------------------------------------------------------------------------------------------------------
10 | WARNING | Line exceeds 80 characters; contains 240 characters
14 | WARNING | Line exceeds 80 characters; contains 81 characters
18 | WARNING | Line exceeds 80 characters; contains 155 characters
---------------------------------------------------------------------------------------------------------------------
FILE: block_plugin_view_builder/src/BlockPluginViewBuilder.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
------------------------------------------------------------------------------------------------------------------------------------------
172 | ERROR | [x] Data types in @var tags need to be fully namespaced
208 | ERROR | [ ] Parameter $configuration is not described in comment
225 | ERROR | [ ] Parameter $moduleHandler is not described in comment
230 | ERROR | [ ] Doc comment for parameter $module_handler does not match actual variable name $moduleHandler
---------------------------------------------------------------------------------------------------------------------------
You can also remove the 'core: 8.x' in your info file. It's not needed anymore.
Comment #4
wtrv commentedThanks for the review.
Coding standards have been fixed.
I also introduced a new interface and added a new "viewPlugin" method in the block builder service.
Comment #5
wtrv commentedComment #6
nils.destoop commentedOk for me now
Comment #7
klausimanual review:
If you depend on PHP 7.4 you should add that to the info.yml file.
Otherwise looks good to me!
Thanks for your contribution, wtrv!
I updated your account so you can opt into security advisory coverage now.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on Slack or IRC in #drupal-contribute. So, come hang out and stay involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as well.