You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,3 +61,13 @@ parameters:
61
61
additionalServices:
62
62
- Acme\Blog\Config\ServiceFactory
63
63
```
64
+
65
+
## Contributing
66
+
67
+
Any contributions are welcome.
68
+
69
+
If you want to see a new rule or extension specific to CodeIgniter, please open a
70
+
[feature request](https://github.com/CodeIgniter/phpstan-codeigniter/issues/new?assignees=&labels=feature+request&projects=&template=feature_request.yml). If you can contribute the code yourself, please open a pull request instead.
71
+
72
+
Before reporting any bugs, please check if the bug occurs only if using this extension with PHPStan. If the bug is
73
+
reproducible in PHPStan alone, please open a bug report there instead. Thank you!
0 commit comments