We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df69f1a commit 8335ffeCopy full SHA for 8335ffe
README.md
@@ -42,7 +42,9 @@ Example:
42
public function doSomething()
43
```
44
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.
+
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.
48
49
## Usage
50
- 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