We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a9fa2 commit ab1a1faCopy full SHA for ab1a1fa
contributing/code/standards.rst
@@ -49,11 +49,11 @@ example containing most features described below:
49
50
/**
51
* @param string $dummy Some argument description
52
- * @param array $options
+ * @param array $options
53
*
54
* @return string|null Transformed input
55
*/
56
- private function transformText($dummy, $options = array())
+ private function transformText($dummy, array $options = array())
57
{
58
$mergedOptions = array_merge(
59
$options,
0 commit comments