Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya authored and StyleCIBot committed Sep 10, 2016
1 parent 2f8ae59 commit 3533149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/GeneratorFieldsInputUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static function processFieldInput($fieldInput, $validations)
public static function prepareKeyValueArrayStr($arr)
{
$arrStr = '[';
foreach ($arr as $key=>$item) {
foreach ($arr as $key => $item) {
$arrStr .= "'$item' => '$key', ";
}

Expand Down

0 comments on commit 3533149

Please sign in to comment.