Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Aug 24, 2014
1 parent 3ead1eb commit 9166030
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Utils/Strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,9 @@ public static function compare($left, $right, $len = NULL)
/**
* Finds the length of common prefix of strings.
* @param string|array
* @param string
* @return string
*/
public static function findPrefix($strings, $second = NULL)
public static function findPrefix($strings)
{
if (!is_array($strings)) {
$strings = func_get_args();
Expand Down

0 comments on commit 9166030

Please sign in to comment.