Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolocarpignoli committed Jul 1, 2024
1 parent 602d01f commit d8c3e78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Traits/GenericActionsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ public function objects(string $uname): Response|null
/**
* Generic object route.
*
* @inheritDoc
* @param string $uname Object `id` or `uname`.
* @return \Cake\Http\Response|null
*/
public function object(string $uname): Response|null
{
Expand Down

0 comments on commit d8c3e78

Please sign in to comment.