- Issue created by @rassoni
- Issue was unassigned.
- Assigned to Bhupesh_upadhyay
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 1:08pm 23 March 2023 - 🇮🇳India rassoni Bangalore
Thanks @Bhupesh_upadhyay for patch. I have reviewed and tested on locally all fps issues are resolved, RTBC +
- 🇮🇳India saket-001
@ Ashutosh Ahirwal there is some issues in patch while applying the patch.
- 🇮🇳India saket-001
Patch #4 is applied successfully and fixes the all phpcs issues i.e also mentioned in #5 so i moving this to RTBC.
- Status changed to Needs work
over 1 year ago 8:05pm 1 May 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
/** + * An array of context variable. + * * @var array */
That is not the correct description.
+ /** + * Static function for node edit permission. + */ protected static function hasNodeEditPermission() {
That description is not correct either and it does not describe the return value.
+ /** + * Static function for isfieldname. + */ protected static function isFieldName($fieldName) {
The description is not correct and it does not describe the parameters nor the return value.
+/** + * Interface for field access override. + */ interface FieldAccessOverrideInterface {
That is the wrong description.
- Assigned to imustakim
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 9:23am 12 May 2023 - 🇮🇳India Madhu Kumar M E
I have applied patch #11 not getting applied, please find attached screenshot for your reference.
- Status changed to Closed: won't fix
about 1 year ago 5:56pm 3 October 2023 - 🇬🇧United Kingdom opdavies Wales
There's already an issue, #3295113: t() calls should be avoided in classes → , for changing the `t()` instances.
I'm not interested in adding method or class comments that repeat the name of the thing it's added to and do not add any additional value. I prefer to rely on parameter and return types to identify the types, so I will close this issue.