Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jojomak350 committed Jan 18, 2025
1 parent 687c842 commit 70125d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Illuminate/Routing/Concerns/HasCustomAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use ReflectionMethod;

/**
* Trait HasCustomAttributes
* Trait HasCustomAttributes.
*
* This trait allows Laravel controllers to handle custom PHP attributes on controller methods.
* Attributes are metadata annotations that can be added to classes, methods, or properties.
Expand All @@ -33,8 +33,8 @@ trait HasCustomAttributes
/**
* Call a controller action with custom attribute handling.
*
* @param string $method
* @param array $parameters
* @param string $method
* @param array $parameters
* @return mixed
*/
public function callAction($method, $parameters)
Expand Down

0 comments on commit 70125d9

Please sign in to comment.