Skip to content
Snippets Groups Projects
Unverified Commit 8b79e711 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Phpdoc

parent 717c33f4
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ class Arrays
/**
* Put a non-array variable into an array.
*
* @param array $data The data to place into an array.
* @param mixed $data The data to place into an array.
* @param mixed $index The index or key of the array where to place the data. Defaults to 0.
*
* @return array An array with one element containing $data, with key $index, or $data itself if it's already an
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment