Skip to content

Commit c8d7c5c

Browse files
zonuexestaabm
andauthored
Update bin/functionMetadata_original.php
Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
1 parent 0b1a724 commit c8d7c5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/functionMetadata_original.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* (keyed by parameter name) receives an impure callable, e.g. array_map()
1515
* whose only side effects come from its 'callback' argument.
1616
* - ['pureUnlessParameterPassedParameters' => array<string, true>]
17-
* the call is pure unless one of the listed (by-ref out) parameters
17+
* the call is pure unless one of the listed (by-ref out) optional parameters
1818
* (keyed by parameter name) receives an argument, e.g. str_replace()
1919
* whose only side effect is writing to its optional 'count' argument.
2020
*

0 commit comments

Comments
 (0)