Skip to content

Commit 8335ffe

Browse files
committed
Update doc
1 parent df69f1a commit 8335ffe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ Example:
4242
public function doSomething()
4343
```
4444

45-
> Note that this rule will only work on methods in classes. Unfortunately, attributes can't be added to inline (closure) routes in a neat way.
45+
46+
> Note
47+
> This rule will only work on methods in classes. Unfortunately, attributes can't be added to inline (closure) routes in a neat way.
4648
4749
## Usage
4850
- Make sure the minimum PHP version in your `composer.json` is 8.0 (ie you should have `"php": ">= 8.0"` or similar in your `"require"` section).

0 commit comments

Comments
 (0)