rector/.github/ISSUE_TEMPLATE/2_Feature_request.md

16 lines
316 B
Markdown
Raw Normal View History

2019-06-03 07:59:54 +03:00
---
name: Feature Request
about: RFC and ideas for new features and improvements
---
<!-- First, thank you for making a request. That takes time and we appreciate that! -->
2019-06-08 22:51:08 +02:00
## Diff
2019-06-03 07:59:54 +03:00
2019-06-08 22:51:08 +02:00
<!-- Use diff here in Markdown: https://stackoverflow.com/a/40883538/1348344 -->
```diff
-$value = $value + 5;
+$value += 5;
```