We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56bdd04 + 0f62ce1 commit 978c0c2Copy full SHA for 978c0c2
contributing/code/standards.rst
@@ -40,7 +40,7 @@ example containing most features described below:
40
private $fooBar;
41
42
/**
43
- * @param string $dummyy Some argument description
+ * @param string $dummy Some argument description
44
*/
45
public function __construct($dummy)
46
{
@@ -49,6 +49,7 @@ example containing most features described below:
49
50
51
* @param string $dummy Some argument description
52
+ * @param array $options
53
*
54
* @return string|null Transformed input
55
0 commit comments