Problem/Motivation
getting the following error.
FILE: /block_ajax/README.md
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
40 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------
Steps to reproduce
Run the following command
phpcs --standard="Drupal,DrupalPractice" --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml block_ajax
Proposed resolution
The above error needs to be fixed.
Comments
Comment #3
omkar_yewale commentedComment #4
kenyoowen commentedHi omkar_yewale
I applied your MR to the “Ajax Block” module against Version 3.x-dev and confirmed that the error is resolved. Please see the screenshots attached.
For your review.
Thank you.
Comment #6
geoanders commentedThanks!