Skip to content

Commit 4bb870f

Browse files
authored
Merge pull request #27 from PhilETaylor/patch-1
s/defualt/default
2 parents 10fa221 + 483cc09 commit 4bb870f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ArrayHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2272,7 +2272,7 @@ public function testGetColumn($input, $valueCol, $keyCol, $expect, $message)
22722272
*
22732273
* @param array $input Input array
22742274
* @param mixed $index Element to pull, either by association or number
2275-
* @param mixed $default The defualt value, if element not present
2275+
* @param mixed $default The default value, if element not present
22762276
* @param string $type The type of value returned
22772277
* @param array $expect The expected results
22782278
* @param string $message The failure message

0 commit comments

Comments
 (0)