Closed (fixed)
Project:
lightGallery
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2018 at 08:36 UTC
Updated:
3 May 2021 at 03:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
deepanker_bhalla commentedFixed the reported issues except some of them as mentioned below:
Comment #3
yoftahe.addweb commented@deepanker_bhalla, Please find the patch that resolves the remaining coding standards mentioned in #2.
Comment #4
deepanker_bhalla commented@nilesh.addweb: I can confirm the patch #3 is applying cleanly. Here is the output:
❯ lightgallery/ 8.x-1.x* git apply -v lightgallery-3017149-3.patch
Checking patch README.md...
Checking patch lightgallery.install...
Checking patch lightgallery.module...
Checking patch src/Field/FieldAnimateThumb.php...
Checking patch src/Field/FieldAutoplay.php...
...and more....
Applied patch README.md cleanly.
Applied patch lightgallery.install cleanly.
Applied patch lightgallery.module cleanly.
Applied patch src/Field/FieldAnimateThumb.php cleanly.
..and more...
_________________________________________________________________________________________________________
But after checking with phpcs --standard=Drupal lightgallery/.......
I am getting the same issue as not solved. i.e.
Comment #5
patelmayank7552 commentedHi @nilesh.addweb,
I have applied your patch but the errors mentioned in comment #2 has not been fixed.
So I have fixed those errors and now uploading the patch.
Comment #6
deepanker_bhalla commentedI can confirm the patch #5 applied successfully and to which no more issues were found.
Comment #8
phjou