Skip to content

Commit eef7031

Browse files
committed
Fix sniffs generating.
1 parent 464e662 commit eef7031

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/generate.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
$content = <<<TEXT
2020
# PSR2R Code Sniffer
2121
22-
$content;
22+
$content
23+
2324
TEXT;
2425

2526
$file = __DIR__ . DIRECTORY_SEPARATOR . 'sniffs.md';

docs/sniffs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ Squiz (17 sniffs)
122122

123123
Zend (1 sniff)
124124
---------------
125-
- Zend.Files.ClosingTag;
125+
- Zend.Files.ClosingTag

0 commit comments

Comments
 (0)