From 579c8342f08a6672655f7151866a64d45d1a52b9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Feb 2026 18:25:52 +0000 Subject: [PATCH 1/2] Initial plan From 9e09fa23e82195268a51ad2c7f59a6eb1b3d0eff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Feb 2026 18:27:45 +0000 Subject: [PATCH 2/2] docs: convert PHPDoc to multiple sentences with semantic line breaks Co-authored-by: spawnia <12158000+spawnia@users.noreply.github.com> --- src/OrderBy/OrderByServiceProvider.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/OrderBy/OrderByServiceProvider.php b/src/OrderBy/OrderByServiceProvider.php index 69d4f6712..0d5da4065 100644 --- a/src/OrderBy/OrderByServiceProvider.php +++ b/src/OrderBy/OrderByServiceProvider.php @@ -85,7 +85,11 @@ public static function createOrderByClauseInput(string $name, string $descriptio ); } - /** We generate this in the same general shape as the input object with columns, even though it is unnecessarily complex for this specific case, to make it a non-breaking change when columns are added. */ + /** + * We generate this in the same general shape as the input object with columns. + * It is unnecessarily complex for this specific case. + * This makes it a non-breaking change when columns are added. + */ public static function createRelationAggregateFunctionInput(string $name, string $description): InputObjectTypeDefinitionNode { return Parser::inputObjectTypeDefinition(/* @lang GraphQL */ <<