Skip to content

Commit dfb0cc5

Browse files
committed
Update PSR.md
1 parent c1d5222 commit dfb0cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PSR Recommendations
22

33
* [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)\]
55

66
* [PSR-2](http://www.php-fig.org/psr/psr-2/), with the following exceptions:
77
* 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

Comments
 (0)