Should fix some scrutinyizer problems.

This commit is contained in:
James Cole
2015-07-09 21:48:05 +02:00
parent 075315bdaa
commit d7a9a62a1d
5 changed files with 11 additions and 13 deletions

View File

@@ -29,8 +29,6 @@ class AnyAccount implements MapperInterface
$list = [0 => trans('firefly.csv_do_not_map')] + $list;
//array_unshift($list, );
return $list;
}
}