diff --git a/contributing/code/standards.rst b/contributing/code/standards.rst index 16808472f53..96d9421e9ec 100644 --- a/contributing/code/standards.rst +++ b/contributing/code/standards.rst @@ -58,11 +58,11 @@ example containing most features described below: private function transformText($dummy, array $options = array()) { $mergedOptions = array_merge( - $options, array( 'some_default' => 'values', 'another_default' => 'more values', - ) + ), + $options ); if (true === $dummy) {