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 b525523 commit 655e5e9Copy full SHA for 655e5e9
README.md
@@ -85,8 +85,6 @@ However please be aware that it might take some time to get an answer.
85
86
Off topic, rude or abusive issues will be deleted without any notice.
87
88
-If you need **immediate** or **commercial** support, feel free to send me a mail at [email protected].
89
-
90
##### A little notice
91
If you write source code in your issue, please consider to format it correctly. This makes it so much nicer to read
92
and people are more likely to comment and help :)
@@ -99,7 +97,7 @@ echo 'your php code...';
99
97
100
98
will turn into:
101
```php
102
-echo 'your php code...';
+echo 'some comment...';
103
```
104
105
### Features & pull requests
0 commit comments