Closed (fixed)
Project:
Layout Builder Lock
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2023 at 20:35 UTC
Updated:
11 Dec 2023 at 19:49 UTC
Jump to comment: Most recent
Comments
Comment #2
chetan 11 commentedComment #4
chetan 11 commentedHi Panchuk
I have fixed all the phpcs issues in "Layout Builder Lock" module.
please check the raised MR.
Thanks
Comment #5
panchukHey @chatan-11
Thanks for your contribution! I reviewed MR and found a few problems.
PHPCS still failed in the layout_builder_lock.module file.
https://git.drupalcode.org/issue/layout_builder_lock-3398496/-/jobs/264738
| Hook implementations should not duplicate @param
| documentation
| (Drupal.Commenting.HookComment.HookParamDoc)
These errors mean that the doc for hooks shouldn't contain any @param or @return props.
Example:
/**
* Implements hook_element_info_alter().
*/
Comment #6
chetan 11 commentedComment #7
clarkssquared commentedHi chetan,
I applied your updated MR !16 into my local and as I execute the PHPCS command its now flagged no PHPCS issues in the module
Comment #8
chetan 11 commentedI have changed all the things as per the mention in comments.
Comment #10
panchuk