Skip to content

Commit

Permalink
Readme: link czech talk about checked exceptions (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Mar 20, 2024
1 parent 1814da4 commit 66c30cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ parameters:
- By default, native functions like `array_map` are present. So it is recommended not to overwrite the defaults here (by `!` char).
- It allows configuration of functions/methods, where the callable is handling all thrown exceptions and it is safe to throw anything from there; this basically makes such calls ignored by this rule
- It ignores [implicitly thrown Throwable](https://phpstan.org/blog/bring-your-exceptions-under-control#what-does-absent-%40throws-above-a-function-mean%3F)
- Learn more in 馃嚚馃嚳 [talk about checked exceptions in general](https://www.youtube.com/watch?v=UQsP1U0sVZM)

```neon
parameters:
Expand Down

0 comments on commit 66c30cb

Please sign in to comment.