Skip to content

Commit

Permalink
Cs Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Dec 26, 2023
1 parent 8df6d5e commit 69ef812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function report($exception = 'RuntimeException', ...$parameters)
* @param string|\Throwable $exception
* @param array ...$parameters
* @return T
* @throws \TypeError
* @throws TypeError
* @deprecated since 3.1, use `\FriendsOfHyperf\ExceptionEvent\report_if` instead.
*/
function report_if($condition, $exception = 'RuntimeException', ...$parameters)
Expand All @@ -123,7 +123,7 @@ function report_if($condition, $exception = 'RuntimeException', ...$parameters)
* @param string|\Throwable $exception
* @param array ...$parameters
* @return T
* @throws \TypeError
* @throws TypeError
* @deprecated since 3.1, use `\FriendsOfHyperf\ExceptionEvent\report_unless` instead.
*/
function report_unless($condition, $exception = 'RuntimeException', ...$parameters)
Expand Down

0 comments on commit 69ef812

Please sign in to comment.