Skip to content

Commit f68b4ec

Browse files
pulzarraiderweaverryan
authored andcommitted
Added @throws phpdoc to Coding Standards example
1 parent db956cc commit f68b4ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contributing/code/standards.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ example containing most features described below:
5252
* @param array $options
5353
*
5454
* @return string|null Transformed input
55+
*
56+
* @throws \RuntimeException
5557
*/
5658
private function transformText($dummy, array $options = array())
5759
{

0 commit comments

Comments
 (0)