🇮🇳India @atuliet05

Account created on 6 May 2016, over 8 years ago
#

Recent comments

🇮🇳India atuliet05

Steps to solve the issue.

1. We install the module in my local machine using git clone.

2. We setup phpcs in my local machine.

3. After that we test all the file inside module(feeds_ladap) using phpcs. lando phpcs --standard=DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml ./web/modules/contrib/feeds_ldap/ and we got 2 warnings related to t() function.

4. Then we download and apply patch #3 ( https://git.drupalcode.org/project/feeds_ldap/-/merge_requests/5.patch )

5. Again we run phpcs command as above.

6. Now we not got those warnings .

🇮🇳India atuliet05

I've applied the attached patch and tested this. The reported warning is no longer triggered.
Marking this as RTBC.

Production build 0.71.5 2024