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 70f287b commit df69f1aCopy full SHA for df69f1a
README.md
@@ -42,6 +42,8 @@ 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
+
47
## Usage
48
- 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).
49
- Install this package
0 commit comments