- Issue created by @markie
- First commit to issue fork.
- Merge request !87Adjusted strict types spacing format causing PHPCS error → (Merged) created by kurttrowbridge
- Status changed to Needs review
9 months ago 5:37pm 25 February 2024 - 🇺🇸United States kurttrowbridge
(Working on this at FLDC 2024.) I'm not seeing the error when running PHPCS in the first place, so a review would definitely be appreciated, but the fix seems straightforward enough. PHPCS did not find any errors following my change either.
- 🇮🇪Ireland lostcarpark
I noticed this causing PHPCS to fail a couple of days ago.
The .install file was introduced by 📌 "More link" formatter configuration UI improvements Fixed last May, and hasn't changed since. It was added before we moved to GitLab CI, but would have been picked up by the PHPCS test when we made code quality checks stricter. I suspect this is a recent addition to the GitLab PHPCS rules.
I had a quick look at recent changes in the GitLab Templates project, but didn't notice any that appeared relevant.
Reviewed change, and it looks good, and all tests are passing with it.
- Status changed to RTBC
9 months ago 6:37pm 25 February 2024 -
markie →
committed 9a3a1806 on 2.1.x authored by
KurtTrowbridge →
Issue #3423678 by KurtTrowbridge, lostcarpark: PHPCS issue breaking CI
-
markie →
committed 9a3a1806 on 2.1.x authored by
KurtTrowbridge →
- Status changed to Fixed
9 months ago 7:48pm 25 February 2024 - 🇺🇸United States markie Albuquerque, NM
merged. .Thanks for hopping on this at FLDC!
- 🇮🇪Ireland lostcarpark
Confirmed this is due to a core standards change in the last month or so:
#3303206: Define a standard for adding declare(strict_types=1) → Automatically closed - issue fixed for 2 weeks with no activity.