- Issue created by @urvashi_vora
Hii, @urvashi_vora I have Review your patch.
These are the steps I followed:
1. Took clone from git version 1.0.x in drupal 10.1.x
2. Applied patch and ran this command:
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,m
d,yml,twig modules/contrib/random_quotes_block/But I found errors.
3. I have fixed that error with phpcbf.
Ran this command to fix the errors:
./vendor/bin/phpcbf --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,m
d,yml,twig modules/contrib/random_quotes_block/4. Then again checked with phpcs:
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,m
d,yml,twig modules/contrib/random_quotes_block/Found no errors.
Please review this.
- ๐ฎ๐ณIndia akshay.singh Noida
akshay.singh โ made their first commit to this issueโs fork.
- Assigned to akshay.singh
- Status changed to Needs work
about 1 year ago 6:21am 24 August 2023 - ๐ฎ๐ณIndia akshay.singh Noida
hello @satish_kumar,
there is no need to attach the screenshots and again the patch which was attached for review.
- @akshaysingh opened merge request.
- Issue was unassigned.
- Status changed to RTBC
about 1 year ago 6:30am 24 August 2023 - ๐ฎ๐ณIndia akshay.singh Noida
Created an MR with the fixes
+1 for RTBC
Thanks