{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":286796192,"defaultBranch":"trunk","name":"wordpress-develop-official","ownerLogin":"jrfnl","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-08-11T16:37:49.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/663378?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1711038716.0","currentOid":""},"activityList":{"items":[{"before":"1d8357ee1691bdc58c65f475249fa274ec186960","after":null,"ref":"refs/heads/trac-60705/tests-remove-use-utf8-encode","pushedAt":"2024-03-21T16:31:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"}},{"before":null,"after":"1d8357ee1691bdc58c65f475249fa274ec186960","ref":"refs/heads/trac-60705/tests-remove-use-utf8-encode","pushedAt":"2024-03-21T12:37:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"Tests/kses: remove unnecessary use of utf8_encode()\n\nOne of the tests for the `wp_kses_xml_named_entities()` function used `utf8_encode( chr( 160 ) )` to set an expectation of a Unicode character for a non breaking space.\n\nIt is understandable that this expectation was previously set this way, as it is not possible for a developer to distinguish between a _breaking_ space and a _non-breaking_ space visually, so the chances of the test accidentally breaking on an incorrect safe when the plain Unicode character would be used, was high.\n\nHowever, the `utf8_encode()` function is deprecated as of PHP 8.2 and we need to remove its use from the WP codebase.\n\nNow, PHP 7.0 happens to have introduced [Unicode escape sequences](https://wiki.php.net/rfc/unicode_escape), which allows to create a text string using unicode characters referenced by their codepoint and luckily WP has a minimum supported PHP version of PHP 7.0 nowadays.\n\nBy switching the test case to provide the test expectation using a Unicode escape sequence, we remove the use of the deprecated PHP function and still preserve the safeguard against the test accidentally breaking.\n\nCo-authored-by: carolinan \nCo-authored-by: afercia \nCo-authored-by: SergeyBiryukov ","shortMessageHtmlLink":"Tests/kses: remove unnecessary use of utf8_encode()"}},{"before":"251633d42479cd46ab20305896a4010d1ecfb367","after":"931ec263b10009f799af87247cd0b95844556caf","ref":"refs/heads/trac-53010/split-test-classes","pushedAt":"2024-03-07T13:40:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"Tests/admin/wpListTable: rename the original test class to be more descriptive for the remaining tests\n\nThe remaining tests in the original test class all cover the magic methods and those are very closely related, so it is perfectly fine for those tests to be grouped together in one test class.\n\nThis commit, however, does rename the test class to use the new naming conventions, both for the class name as well as the file name.\nIt also includes removing method level `@covers` tags in favour of class level `@covers` tags to allow for supporting PHPUnit 11 attributes instead of annotations.\n\nThis will allow the test class to be compatible with PHPUnit 11.\n\nCo-authored-by: carolinan \nCo-authored-by: afercia ","shortMessageHtmlLink":"Tests/admin/wpListTable: rename the original test class to be more de…"}},{"before":null,"after":"251633d42479cd46ab20305896a4010d1ecfb367","ref":"refs/heads/trac-53010/split-test-classes","pushedAt":"2024-03-07T12:27:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"Tests/admin/wpListTable: rename the original test class to be more descriptive for the remaining tests\n\nThe remaining tests in the original test class all cover the magic methods and those are very closely related, so it is perfectly fine for those tests to be grouped together in one test class.\n\nThis commit, however, does rename the test class to use the new naming conventions, both for the class name as well as the file name.\nIt also includes removing method level `@covers` tags in favour of class level `@covers` tags to allow for supporting PHPUnit 11 attributes instead of annotations.\n\nThis will allow the test class to be compatible with PHPUnit 11.","shortMessageHtmlLink":"Tests/admin/wpListTable: rename the original test class to be more de…"}},{"before":"bd439be0bc53e9208e25431fb10f7b73171b7414","after":null,"ref":"refs/heads/trac-60279/update-phpcs-to-3.8.1","pushedAt":"2024-01-29T23:24:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"}},{"before":null,"after":"bd439be0bc53e9208e25431fb10f7b73171b7414","ref":"refs/heads/trac-60279/update-phpcs-to-3.8.1","pushedAt":"2024-01-17T22:07:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"QA: use strict in_array() calls\n\n.. to prevent type juggling causing incorrect results.","shortMessageHtmlLink":"QA: use strict in_array() calls"}},{"before":"d0df33dd7212e551403fc11c9c032b47778255e0","after":null,"ref":"refs/heads/trac-59630/wp_json_encode-sync-param-names","pushedAt":"2023-11-21T00:28:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"}},{"before":"ad5dd6015442d5382172469882d9d16bde31839c","after":null,"ref":"refs/heads/trac-59651/docs-various-fixes","pushedAt":"2023-11-13T15:00:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"}},{"before":"be2ee42cfa2f3655204003584d618e7a626d072c","after":null,"ref":"refs/heads/trac-59650/no-need-for-ignore-annotation-2","pushedAt":"2023-11-04T01:23:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"}},{"before":"e05da6cf6fda758b14c64337d0ed8735f5830992","after":null,"ref":"refs/heads/trac-59650/no-need-for-ignore-annotation-1","pushedAt":"2023-11-03T22:52:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"}},{"before":"87227c7729da1616323734f5b3df120c43174e38","after":"ad5dd6015442d5382172469882d9d16bde31839c","ref":"refs/heads/trac-59651/docs-various-fixes","pushedAt":"2023-10-28T14:04:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"Docs: miscellaneous other doc fixes\n\n* `@contrib` is not a valid tag.\n* `@origin` is not a valid tag.\n* `@ref` is not a valid tag.\n* `@blessed` is not a valid tag and doesn't convey any meaningful information.\n* `@issue` is not a valid tag.\n\nRef: https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#phpdoc-tags","shortMessageHtmlLink":"Docs: miscellaneous other doc fixes"}},{"before":"b1f6705ef0fd28df5fdbd5600bc4c6778cb33420","after":"87227c7729da1616323734f5b3df120c43174e38","ref":"refs/heads/trac-59651/docs-various-fixes","pushedAt":"2023-10-28T13:57:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"Docs: miscellaneous other doc fixes\n\n* `@contrib` is not a valid tag.\n* `@origin` is not a valid tag.\n* `@ref` is not a valid tag.\n* `@blessed` is not a valid tag and doesn't convey any meaningful information.\n* `@issue` is not a valid tag.","shortMessageHtmlLink":"Docs: miscellaneous other doc fixes"}},{"before":null,"after":"b1f6705ef0fd28df5fdbd5600bc4c6778cb33420","ref":"refs/heads/trac-59651/docs-various-fixes","pushedAt":"2023-10-28T00:02:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"Docs: miscellaneous other doc fixes\n\n* `@contrib` is not a valid tag.\n* `@origin` is not a valid tag.\n* `@ref` is not a valid tag.\n* `@blessed` is not a valid tag and doesn't convey any meaningful information.\n* `@issue` is not a valid tag.","shortMessageHtmlLink":"Docs: miscellaneous other doc fixes"}},{"before":"6cedcd7250e1cabc41a871d8b8b353af98958687","after":null,"ref":"refs/heads/trac-59161/upgrade-to-wpcs-3.0.0-phpcompat-3.0.0","pushedAt":"2023-10-27T23:35:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"}},{"before":"447def306348a7f952591736f05126cadcce8e5a","after":"be2ee42cfa2f3655204003584d618e7a626d072c","ref":"refs/heads/trac-59650/no-need-for-ignore-annotation-2","pushedAt":"2023-10-19T01:35:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"CS: remove unnecessary ignore annotations [2]\n\nIt is perfectly possible to write a commented regex with layout for readability by using the `x` modifier.\n\nAs per the manual:\n> x (PCRE_EXTENDED)\n> If this modifier is set, whitespace data characters in the pattern are totally ignored except when escaped or inside a character class, and characters between an unescaped # outside a character class and the next newline character, inclusive, are also ignored. This is equivalent to Perl's /x modifier, and makes it possible to include commentary inside complicated patterns.\n> Note, however, that this applies only to data characters. Whitespace characters may never appear within special character sequences in a pattern, for example within the sequence (?( which introduces a conditional subpattern.\n\nRef: https://www.php.net/manual/en/reference.pcre.pattern.modifiers.php\n\nThis commit rewrites these two regexes to use the `x` modifier and gets rid of the unnecessary `phpcs:disable` comments.\n\nThe tests in the `tests/phpunit/tests/db/dbDelta.php` file cover this change.","shortMessageHtmlLink":"CS: remove unnecessary ignore annotations [2]"}},{"before":"ee4e590255bf9c3a76cafefa1d86c41d0cf629f5","after":"e05da6cf6fda758b14c64337d0ed8735f5830992","ref":"refs/heads/trac-59650/no-need-for-ignore-annotation-1","pushedAt":"2023-10-19T01:34:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"CS: remove unnecessary ignore annotations [1]\n\nIt is perfectly possible to write a commented regex with layout for readability by using the `x` modifier.\n\nAs per the manual:\n> x (PCRE_EXTENDED)\n> If this modifier is set, whitespace data characters in the pattern are totally ignored except when escaped or inside a character class, and characters between an unescaped # outside a character class and the next newline character, inclusive, are also ignored. This is equivalent to Perl's /x modifier, and makes it possible to include commentary inside complicated patterns.\n> Note, however, that this applies only to data characters. Whitespace characters may never appear within special character sequences in a pattern, for example within the sequence (?( which introduces a conditional subpattern.\n\nRef: https://www.php.net/manual/en/reference.pcre.pattern.modifiers.php\n\nThis commit rewrites this one regex to use the `x` modifier and gets rid of the unnecessary `phpcs:disable` comments.\n\nThe tests in the `tests/phpunit/tests/kses.php` file cover this change.","shortMessageHtmlLink":"CS: remove unnecessary ignore annotations [1]"}},{"before":"0565ce53d630e61005926528d96225ec8613d24c","after":"6cedcd7250e1cabc41a871d8b8b353af98958687","ref":"refs/heads/trac-59161/upgrade-to-wpcs-3.0.0-phpcompat-3.0.0","pushedAt":"2023-10-19T01:33:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"CS: remove redundant ignore annotations [4] / Unused WPCS rules\n\nRemove ignore annotations related to sniffs which are not used by WP Core (like sniffs which are in the `WordPress-Extra` ruleset).","shortMessageHtmlLink":"CS: remove redundant ignore annotations [4] / Unused WPCS rules"}},{"before":"4cfa3c9bfb11363dd545abe43abd12f01d9fccaa","after":null,"ref":"refs/heads/WIP/trac-55652/ghactions-get-passing-build-php-81","pushedAt":"2023-10-17T19:39:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"}},{"before":null,"after":"447def306348a7f952591736f05126cadcce8e5a","ref":"refs/heads/trac-59650/no-need-for-ignore-annotation-2","pushedAt":"2023-10-17T19:29:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"CS: remove unnecessary ignore annotations [2]\n\nIt is perfectly possible to write a commented regex with layout for readability by using the `x` modifier.\n\nAs per the manual:\n> x (PCRE_EXTENDED)\n> If this modifier is set, whitespace data characters in the pattern are totally ignored except when escaped or inside a character class, and characters between an unescaped # outside a character class and the next newline character, inclusive, are also ignored. This is equivalent to Perl's /x modifier, and makes it possible to include commentary inside complicated patterns.\n> Note, however, that this applies only to data characters. Whitespace characters may never appear within special character sequences in a pattern, for example within the sequence (?( which introduces a conditional subpattern.\n\nRef: https://www.php.net/manual/en/reference.pcre.pattern.modifiers.php\n\nThis commit rewrites these two regexes to use the `x` modifier and gets rid of the unnecessary `phpcs:disable` comments.\n\nThe tests in the `tests/phpunit/tests/db/dbDelta.php` file cover this change.","shortMessageHtmlLink":"CS: remove unnecessary ignore annotations [2]"}},{"before":null,"after":"ee4e590255bf9c3a76cafefa1d86c41d0cf629f5","ref":"refs/heads/trac-59650/no-need-for-ignore-annotation-1","pushedAt":"2023-10-17T19:26:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"CS: remove unnecessary ignore annotations [1]\n\nIt is perfectly possible to write a commented regex with layout for readability by using the `x` modifier.\n\nAs per the manual:\n> x (PCRE_EXTENDED)\n> If this modifier is set, whitespace data characters in the pattern are totally ignored except when escaped or inside a character class, and characters between an unescaped # outside a character class and the next newline character, inclusive, are also ignored. This is equivalent to Perl's /x modifier, and makes it possible to include commentary inside complicated patterns.\n> Note, however, that this applies only to data characters. Whitespace characters may never appear within special character sequences in a pattern, for example within the sequence (?( which introduces a conditional subpattern.\n\nRef: https://www.php.net/manual/en/reference.pcre.pattern.modifiers.php\n\nThis commit rewrites this one regex to use the `x` modifier and gets rid of the unnecessary `phpcs:disable` comments.\n\nThe tests in the `tests/phpunit/tests/kses.php` file cover this change.","shortMessageHtmlLink":"CS: remove unnecessary ignore annotations [1]"}},{"before":null,"after":"d0df33dd7212e551403fc11c9c032b47778255e0","ref":"refs/heads/trac-59630/wp_json_encode-sync-param-names","pushedAt":"2023-10-16T03:56:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"wp_json_encode() et al: rename parameters for parity with PHP Core\n\nThe `wp_json_encode()` is a wrapper for the PHP native `json_encode()` function with some extra safety checks.\n\nThis commit renames the `$data` parameter in the `wp_json_encode()` function and associated functions to `$value` and the `$options` parameter to `$flags` for parity with the parameter names used in PHP Core (principle of least surprise).\n\nRef: https://www.php.net/manual/en/function.json-encode.php","shortMessageHtmlLink":"wp_json_encode() et al: rename parameters for parity with PHP Core"}},{"before":"eb80f7c4ca5a367aa2813dabcb2aab7e2847f83e","after":"0565ce53d630e61005926528d96225ec8613d24c","ref":"refs/heads/trac-59161/upgrade-to-wpcs-3.0.0-phpcompat-3.0.0","pushedAt":"2023-10-05T22:07:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"CS: remove redundant ignore annotations [4] / Unused WPCS rules\n\nRemove ignore annotations related to sniffs which are not used by WP Core (like sniffs which are in the `WordPress-Extra` ruleset).","shortMessageHtmlLink":"CS: remove redundant ignore annotations [4] / Unused WPCS rules"}},{"before":"b79dd75ce94b9744c1b5d8fcd5f8cab0f3beb3c3","after":"eb80f7c4ca5a367aa2813dabcb2aab7e2847f83e","ref":"refs/heads/trac-59161/upgrade-to-wpcs-3.0.0-phpcompat-3.0.0","pushedAt":"2023-10-02T12:23:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"SergeyBiryukov","name":"Sergey Biryukov","path":"/SergeyBiryukov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/144512?s=80&v=4"},"commit":{"message":"QA: fix newly introduced parameter name issues","shortMessageHtmlLink":"QA: fix newly introduced parameter name issues"}},{"before":"eb80f7c4ca5a367aa2813dabcb2aab7e2847f83e","after":"b79dd75ce94b9744c1b5d8fcd5f8cab0f3beb3c3","ref":"refs/heads/trac-59161/upgrade-to-wpcs-3.0.0-phpcompat-3.0.0","pushedAt":"2023-10-02T12:10:52.000Z","pushType":"push","commitsCount":22,"pusher":{"login":"SergeyBiryukov","name":"Sergey Biryukov","path":"/SergeyBiryukov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/144512?s=80&v=4"},"commit":{"message":"Merge branch 'trac-59161/upgrade-to-wpcs-3.0.0-phpcompat-3.0.0' of https://github.com/jrfnl/wordpress-develop-official into pr/5047","shortMessageHtmlLink":"Merge branch 'trac-59161/upgrade-to-wpcs-3.0.0-phpcompat-3.0.0' of ht…"}},{"before":"b73425a0d934d351e5179948c4f0b9f80238bda6","after":null,"ref":"refs/heads/trac-58831/clean-up-phpcs-phpcompat-ruleset","pushedAt":"2023-09-23T14:28:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"}},{"before":"b6c0baffeb2a7fc5016a0eb8cfa5966f95fb3060","after":"eb80f7c4ca5a367aa2813dabcb2aab7e2847f83e","ref":"refs/heads/trac-59161/upgrade-to-wpcs-3.0.0-phpcompat-3.0.0","pushedAt":"2023-09-23T04:09:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"QA: fix newly introduced parameter name issues","shortMessageHtmlLink":"QA: fix newly introduced parameter name issues"}},{"before":"e325bcf13dfe71277d32d9056105ab20f018fc45","after":"b73425a0d934d351e5179948c4f0b9f80238bda6","ref":"refs/heads/trac-58831/clean-up-phpcs-phpcompat-ruleset","pushedAt":"2023-09-23T03:17:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"PHPCS: remove unnecessary directives in PHPCompatibility ruleset\n\nThis commit:\n* Removes the unnecessary exclusion patterns for the `node_modules` and the `vendor` directory.\n As this ruleset only scans the `src` directory, those directories would never be scanned anyway.\n* Removes the selective excludes related to the Random Compat package.\n This package was removed in WP 6.3, so these excludes are no longer necessary.","shortMessageHtmlLink":"PHPCS: remove unnecessary directives in PHPCompatibility ruleset"}},{"before":"1c0be616358e98779e69907f4fcc3cf07bd18537","after":"b6c0baffeb2a7fc5016a0eb8cfa5966f95fb3060","ref":"refs/heads/trac-59161/upgrade-to-wpcs-3.0.0-phpcompat-3.0.0","pushedAt":"2023-09-12T23:16:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"CS: fix up newly introduced issues","shortMessageHtmlLink":"CS: fix up newly introduced issues"}},{"before":"ec4030cfc8e25233f42e84672be0728e5fb9ca4e","after":"1c0be616358e98779e69907f4fcc3cf07bd18537","ref":"refs/heads/trac-59161/upgrade-to-wpcs-3.0.0-phpcompat-3.0.0","pushedAt":"2023-09-05T09:32:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"},"commit":{"message":"GH Actions: tweak coding standards workflow\n\nThe PHPCS run can now be run on the latest PHP version as all known PHP 8.x compatibility issues have been fixed.","shortMessageHtmlLink":"GH Actions: tweak coding standards workflow"}},{"before":"0575a7c5a9b3ab0e1e18aaeb833f4b631fbd5f99","after":null,"ref":"refs/heads/trac-59231/ghactions-run-tests-on-php-8.3","pushedAt":"2023-08-31T12:31:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jrfnl","name":"Juliette","path":"/jrfnl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/663378?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEG_RvJwA","startCursor":null,"endCursor":null}},"title":"Activity · jrfnl/wordpress-develop-official"}