Closed (fixed)
Project:
JSON:API Resources
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2024 at 03:19 UTC
Updated:
21 May 2025 at 13:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
ptmkenny commentedThis MR additionally updates the GitLab CI template to the latest version (removes the giant Drupal logo, etc.; only cosmetic changes).
Comment #4
ptmkenny commentedComment #5
nilesh.addweb commentedI have applied the patch cleanly, and the above errors are resolved.
Please check the Screenshots for the same.
Comment #6
ptmkenny commented@nilesh.addweb Thanks for testing.
In the future, for GitLab CI issues, you can see the results of applying the MR by clicking the checkmark icon next to the MR, which will show you the pipelines, including the phpcs test.
Comment #7
ptmkenny commentedCoding standards were updated today, so I updated the MR to incorporate those changes.
Comment #8
ptmkenny commentedThis module has some PHP 8.4 deprecations, which are already addressed in the MR, so I'm changing the title because PHP 8.4 has now been released.
Comment #9
ptmkenny commentedBumping to major because this can block sites on PHP 8.4.
Comment #10
acbramley commentedNot a fan of conflating deprecation fixes for PHP 8.4 with other coding standards cruft, but this would be good to get in.
Comment #13
mglamanNormally I agree, but given it's just adding ? for nullables, I think it is okay.
Comment #14
mglaman