Closed (fixed)
Project:
Token Filter
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Oct 2022 at 05:59 UTC
Updated:
1 Feb 2023 at 09:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rohit rana commentedComment #3
rohit rana commentedComment #4
avpaderno{@inheritdoc}isn't used for class constructors, and it won't make sense, since the parameters are documented.The correct document is @see TreeBuilderInterface::buildRenderable(), but the class name must include the full namespace.
Comment #5
rohit rana commentedOk , I will fix it.
Comment #6
rohit rana commentedComment #7
rohit rana commentedPlease Review.
Comment #8
avpadernoThe class name needs to be fully qualified and include its namespace, in the same way is done with
@var Drupal\token\Token.Comment #9
rohit rana commented@apaderno Please Review.
Comment #10
rohit rana commentedComment #11
avpadernoIt should reference the method, not the class, like the original comment did.
The class name must include its full namespace.
Comment #12
rohit rana commentedComment #13
avpadernoThe patch fixes what I reported.
Comment #14
darvanenJust a couple of nits in the latest patch:
Please remove the blank line below the doc block, it should not be there.
Please use "a" rather than "an" here.
Comment #15
rohit rana commentedComment #16
rohit rana commentedComment #17
rohit rana commentedComment #18
darvanen@Rohit Rana in future please provide an interdiff when updating a patch.
There is still a blank line here.
Comment #19
rohit rana commentedNext time, I'll make sure to provide interdiff.
Comment #22
Sonal Gyanani commentedPatch #19 works fine, all errors and warnings are fixed.
So moving it to RTBC.
Thanks
Comment #23
darvanenFound an issue in the MR, setting to NW.
Comment #24
Sonal Gyanani commentedThanks @darvanen, actually maybe it is swapped because showing following error
But I fixed it and again swapped it as it was originally.
Please review.
Comment #26
darvanenLooks good, great work everyone, thank you. Merged.