Skip to content

Commit

Permalink
Fix generation of docs on the site (#19353)
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev authored Apr 15, 2022
1 parent ad1fd84 commit 4f1ffd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/base/ErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function handleException($exception)

/**
* Handles exception thrown during exception processing in [[handleException()]].
* @param |\Throwable $exception Exception that was thrown during main exception processing.
* @param \Throwable $exception Exception that was thrown during main exception processing.
* @param \Throwable $previousException Main exception processed in [[handleException()]].
* @since 2.0.11
*/
Expand Down

0 comments on commit 4f1ffd2

Please sign in to comment.