Problem/Motivation
SearchApiFilterLocation::operatorOptions uses t() instead of $this->t() and has other PHPCS issues.
Proposed resolution
Replace t() with $this->t() and fix PHPCS issues.
Issue fork search_api_location-3313095
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
linichalexey commentedComment #4
juancec commentedHi @linichalexey. The "$this->t() should be used instead of t()" issues have been fixed, good job, but there are still PHPCS issues remaining. I'll fix them.
Comment #5
juancec commentedComment #7
cinarb commentedHi ill review it
Comment #8
cinarb commentedHi everyone, I look for phpcs errors and didn't find any. All the issues are fixed. I'll move this issue to RBTC. Good job!
Comment #11
borisson_Commited and pushed, thanks!