Skip to content

Commit

Permalink
[10.x] Improves trait_uses_recursive docblock (#46626)
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Mar 29, 2023
1 parent 399bff9 commit 872c808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ function throw_unless($condition, $exception = 'RuntimeException', ...$parameter
/**
* Returns all traits used by a trait and its traits.
*
* @param string $trait
* @param object|string $trait
* @return array
*/
function trait_uses_recursive($trait)
Expand Down

0 comments on commit 872c808

Please sign in to comment.