Added newlines to files.

This commit is contained in:
James Cole
2015-07-09 21:26:40 +02:00
parent 8e61e129ab
commit 3948fcd614
58 changed files with 58 additions and 58 deletions

View File

@@ -33,4 +33,4 @@ class AnyAccount implements MapperInterface
return $list;
}
}
}

View File

@@ -42,4 +42,4 @@ class AssetAccount implements MapperInterface
return $list;
}
}
}

View File

@@ -31,4 +31,4 @@ class Bill implements MapperInterface
return $list;
}
}
}

View File

@@ -31,4 +31,4 @@ class Budget implements MapperInterface
return $list;
}
}
}

View File

@@ -31,4 +31,4 @@ class Category implements MapperInterface
return $list;
}
}
}

View File

@@ -13,4 +13,4 @@ interface MapperInterface
* @return array
*/
public function getMap();
}
}

View File

@@ -31,4 +31,4 @@ class Tag implements MapperInterface
return $list;
}
}
}

View File

@@ -29,4 +29,4 @@ class TransactionCurrency implements MapperInterface
return $list;
}
}
}