- Issue created by @MacSim
- Open on Drupal.org →Core: 10.0.7 + Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Not currently mergeable. - @macsim opened merge request.
- last update
over 1 year ago 13 pass - Status changed to Needs review
over 1 year ago 1:37pm 6 July 2023 - 🇫🇷France MacSim
Tests are ok on the MR (I fixed a typo in 2 functions name in the tests).
Running PHPCS only returns the warnings we didn't wanted to fix.
FILE: /src/Service/IndexNow.php ------------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ------------------------------------------------------------------------------- 99 | WARNING | Only string literals should be passed to t() where possible 107 | WARNING | Only string literals should be passed to t() where possible ------------------------------------------------------------------------------- FILE: src/Form/ModuleSettingsForm.php -------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES -------------------------------------------------------------------------------------- 248 | WARNING | #options values usually have to run through t() for translation 249 | WARNING | #options values usually have to run through t() for translation 250 | WARNING | #options values usually have to run through t() for translation 251 | WARNING | #options values usually have to run through t() for translation --------------------------------------------------------------------------------------
- Status changed to Fixed
over 1 year ago 1:41pm 6 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.