You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/Home.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ Multiple coding standards can be used within PHP_CodeSniffer so that the one ins
10
10
11
11
## Example
12
12
13
-
To check a file against the PEAR coding standard, simply specify the file's location.
13
+
To check a file against the default coding standard, simply specify the file's location. The default coding standard in PHP_CodeSniffer 3.x is PEAR; the default coding standard in PHP_CodeSniffer 3.x is PSR12.
0 commit comments