- Issue created by @Jay Jangid
- @jay-jangid opened merge request.
- First commit to issue fork.
- 🇦🇲Armenia murz Yerevan, Armenia
Thank you for the patch! But phpcs rules should not be applied to js files. Look, for example, into the
core/misc/ajax.js
file - booleans are not capitalized, etc.And removing "t" function like this:
- $buttonsOptions[$id] = $this->t($settings['title']); + $buttonsOptions[$id] = $this->($settings['title']);
will lead to errors!So, please be careful and check your automated patches!
I fixed these by myself.
-
Murz →
committed 39017495 on 1.0.x authored by
Jay Jangid →
Issue #3336389: Drupal Coding Standards Issues | phpcs
-
Murz →
committed 39017495 on 1.0.x authored by
Jay Jangid →
- Status changed to Fixed
about 1 year ago 12:56pm 7 October 2023