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 83de5be commit 6c7e40bCopy full SHA for 6c7e40b
.github/ISSUE_TEMPLATE/bug_report.md
@@ -24,7 +24,8 @@ A clear and concise description of what the bug is.
24
25
### Code sample
26
```php
27
-echo "A short code snippet that can be used to reproduce the bug. Do NOT paste screenshots of code!";
+echo 'A short code snippet that can be used to reproduce the bug.';
28
+echo 'Do NOT paste screenshots of code!";
29
```
30
31
### Custom ruleset
@@ -40,7 +41,7 @@ Steps to reproduce the behavior:
40
41
1. Create a file called `test.php` with the code sample above...
42
2. Run `phpcs test.php ...`
43
3. See error message displayed
-```
44
+```text
45
PHPCS output here
46
47
0 commit comments