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: PSR.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# PSR Recommendations
2
2
3
3
*[PSR-1](http://www.php-fig.org/psr/psr-1/), with the following exceptions:
4
-
* Template code (intermingling PHP with HTML) is permitted to use the short-open tag (i.e., `<?`). \[[#](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md#21-php-tags)\]
4
+
* Template code (intermingling PHP with HTML) MAY use the short-open tag (i.e., `<?`) if it has been enabled. \[[#](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md#21-php-tags)\]
5
5
6
6
*[PSR-2](http://www.php-fig.org/psr/psr-2/), with the following exceptions:
7
7
* Line lengths have a HARD LIMIT of 120 characters. \[[#](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md#23-lines)\]
0 commit comments