There was an error while loading. Please reload this page.
1 parent 5e7e6c5 commit 9969891Copy full SHA for 9969891
1 file changed
src/Definition/Operation.php
@@ -130,6 +130,8 @@ public function getErrors(): array
130
$errors[$error['shape']] = $shape;
131
}
132
133
+ ksort($errors);
134
+
135
return array_values($errors);
136
137
0 commit comments