Skip to content

Commit

Permalink
Correct parameter type for assoc()
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand authored Sep 20, 2023
1 parent 3f17d1e commit 46cbe45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assoc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @param iterable $coll collection to assoc the value
* @param string $key the key the value will have
* @param string $value the value to assoc
* @param mixed $value the value to set
*
* @since 0.1
*/
Expand Down

0 comments on commit 46cbe45

Please sign in to comment.