-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpected.txt
More file actions
17 lines (15 loc) · 862 Bytes
/
expected.txt
File metadata and controls
17 lines (15 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FILE: demo.php
---------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------
LINE 3: ERROR [x] Language constructs must be followed by a single space; expected 1 space but
found "\n" (Generic.WhiteSpace.LanguageConstructSpacing.IncorrectSingle)
---------------------------------------------------------------------------------------------------
1: <?php
2: function a() {
>> 3: return
4: 1;
5: };
---------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------