Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 16, 2024
1 parent d1b50a1 commit 1afdf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ One thing to note is the `false` is actually cast to the string `"0"` to keep so

## Typing values

It is possible to provide stronger types parameters by leaning on docblocks. Here is an example of a strongly typed middleware:
It is possible to provide stronge type information by utilising docblocks on your middleware class. Here is an example of how you could create a strongly typed middleware:

```php
/**
Expand Down

0 comments on commit 1afdf69

Please sign in to comment.