Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
davedevelopment committed Sep 10, 2015
1 parent af45b3b commit efc7bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Mockery.php
Expand Up @@ -446,7 +446,7 @@ private static function formatArgument($argument, $depth = 0)
foreach ($argument as $key => $value) {
$key = is_int($key) ? $key : "'$key'";
$value = self::formatArgument($value, $depth + 1);
$sample[]= "$key => $value";
$sample[] = "$key => $value";
}

$argument = "[".implode(", ", $sample)."]";
Expand Down

0 comments on commit efc7bcd

Please sign in to comment.