From 0f62ce1cd0db04945663482988e5df8216621ccc Mon Sep 17 00:00:00 2001 From: Alex Demchenko Date: Tue, 25 Dec 2012 13:45:51 +0200 Subject: [PATCH] Contributing code standards typo fixs --- contributing/code/standards.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */