Skip to content

Commit 55fd0f8

Browse files
committed
Update standards.rst
Added space line after if statement
1 parent b453fa6 commit 55fd0f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contributing/code/standards.rst

+2
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,15 @@ example containing most features described below:
6868
if (true === $dummy) {
6969
return;
7070
}
71+
7172
if ('string' === $dummy) {
7273
if ('values' === $mergedOptions['some_default']) {
7374
return substr($dummy, 0, 5);
7475
}
7576

7677
return ucwords($dummy);
7778
}
79+
7880
throw new \RuntimeException(sprintf('Unrecognized dummy option "%s"', $dummy));
7981
}
8082
}

0 commit comments

Comments
 (0)