From 91e8765014542b488384487ba47b948d82340c7c Mon Sep 17 00:00:00 2001 From: jojomak350 Date: Sat, 18 Jan 2025 21:54:09 +0200 Subject: [PATCH] Fix styles --- src/Illuminate/Routing/Concerns/HasCustomAttributes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Illuminate/Routing/Concerns/HasCustomAttributes.php b/src/Illuminate/Routing/Concerns/HasCustomAttributes.php index 2a916a2772ee..a21061a50827 100644 --- a/src/Illuminate/Routing/Concerns/HasCustomAttributes.php +++ b/src/Illuminate/Routing/Concerns/HasCustomAttributes.php @@ -17,6 +17,7 @@ * before executing the controller action. Attributes must implement the `ICustomAttribute` interface to be processed. * * For more information on PHP attributes, see the official documentation: + * * @link https://www.php.net/manual/en/language.attributes.overview.php * * Example usage: