From 2d915be003a8cf2431e2037904f538f173bb3706 Mon Sep 17 00:00:00 2001 From: nexxo Date: Thu, 30 Jul 2026 17:31:04 +0200 Subject: [PATCH] Put back the docblock space pint took on the way past One character in a @return line of webhooks(), untouched by anything this branch does. It was only reformatted because the file happened to be on the pint path of the prefix-rule commit. A style fix to an unrelated line is noise in a diff a reviewer reads line by line. Co-Authored-By: Claude Opus 5 --- app/Services/Stripe/StripeCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Stripe/StripeCheck.php b/app/Services/Stripe/StripeCheck.php index a9d953e..ba45313 100644 --- a/app/Services/Stripe/StripeCheck.php +++ b/app/Services/Stripe/StripeCheck.php @@ -68,7 +68,7 @@ final class StripeCheck * valid while the endpoint listens for the wrong five events, and nothing * fails until a payment is not recorded. * - * @return array>|null null when the key may not read them + * @return array>|null null when the key may not read them */ private function webhooks(string $secret): ?array {