8000 Merge pull request #770 from stof/patch-1 · GromNaN/symfony-docs@68213b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 68213b6

Browse files
committed
Merge pull request symfony#770 from stof/patch-1
Coding standard example
2 parents 6935901 + ba99665 commit 68213b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributing/code/standards.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ example containing most features described below:
4949
{
5050
if (true === $dummy) {
5151
return;
52-
} elseif ('string' === $dummy) {
52+
}
53+
if ('string' === $dummy) {
5354
$dummy = substr($dummy, 0, 5);
5455
}
5556

0 commit comments

Comments
 (0)
0