Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion contributing/code/standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ example containing most features described below:
private $fooBar;

/**
* @param string $dummyy Some argument description
* @param string $dummy Some argument description
*/
public function __construct($dummy)
{
Expand All @@ -49,6 +49,7 @@ example containing most features described below:

/**
* @param string $dummy Some argument description
* @param array $options
*
* @return string|null Transformed input
*/
Expand Down