mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Added newlines to files.
This commit is contained in:
@@ -33,4 +33,4 @@ class AnyAccount implements MapperInterface
|
||||
|
||||
return $list;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -42,4 +42,4 @@ class AssetAccount implements MapperInterface
|
||||
|
||||
return $list;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -31,4 +31,4 @@ class Bill implements MapperInterface
|
||||
|
||||
return $list;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -31,4 +31,4 @@ class Budget implements MapperInterface
|
||||
|
||||
return $list;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -31,4 +31,4 @@ class Category implements MapperInterface
|
||||
|
||||
return $list;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -13,4 +13,4 @@ interface MapperInterface
|
||||
* @return array
|
||||
*/
|
||||
public function getMap();
|
||||
}
|
||||
}
|
||||
|
@@ -31,4 +31,4 @@ class Tag implements MapperInterface
|
||||
|
||||
return $list;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -29,4 +29,4 @@ class TransactionCurrency implements MapperInterface
|
||||
|
||||
return $list;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user