Skip to content

Commit

Permalink
fix: update dock block for create method in InvalidArgumentException.…
Browse files Browse the repository at this point in the history
…php (#50762)
  • Loading branch information
saMahmoudzadeh authored Mar 26, 2024
1 parent 7c0e6ad commit fe17608
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ class InvalidArgumentException extends Exception
/**
* Creates a new exception for an invalid argument.
*
* @param int $argument
* @param string $type
* @return static
*/
public static function create(int $argument, string $type): static
Expand Down

0 comments on commit fe17608

Please sign in to comment.