mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code reordering and reformatting. I should really start employing style CI.
This commit is contained in:
@@ -63,13 +63,14 @@ class JournalList implements BinderInterface
|
||||
|
||||
/**
|
||||
* @param string $value
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
protected static function parseList(string $value): array
|
||||
{
|
||||
$list = array_unique(array_map('\intval', explode(',', $value)));
|
||||
if (empty($list)) {
|
||||
throw new NotFoundHttpException;
|
||||
throw new NotFoundHttpException;
|
||||
}
|
||||
|
||||
return $list;
|
||||
|
Reference in New Issue
Block a user