diff --git a/contributing/code/standards.rst b/contributing/code/standards.rst index f7f97dd4636..ab7ab9daf4e 100644 --- a/contributing/code/standards.rst +++ b/contributing/code/standards.rst @@ -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) { @@ -49,6 +49,7 @@ example containing most features described below: /** * @param string $dummy Some argument description + * @param array $options * * @return string|null Transformed input */