mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Added newlines to files.
This commit is contained in:
parent
b1d3158db1
commit
8f104d555a
@ -87,4 +87,4 @@ class Account
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -61,4 +61,4 @@ class Balance
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -71,4 +71,4 @@ class BalanceEntry
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -43,4 +43,4 @@ class BalanceHeader
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -167,4 +167,4 @@ class BalanceLine
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -53,4 +53,4 @@ class Bill
|
||||
return $this->bills;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -122,4 +122,4 @@ class BillLine
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -145,4 +145,4 @@ class Budget
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -127,4 +127,4 @@ class BudgetLine
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -77,4 +77,4 @@ class Category
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -79,4 +79,4 @@ class Expense
|
||||
{
|
||||
return $this->total;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -82,4 +82,4 @@ class Income
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -147,4 +147,4 @@ class AccountController extends Controller
|
||||
|
||||
return Response::json($chart->getData());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -138,4 +138,4 @@ class BillController extends Controller
|
||||
|
||||
return Response::json($chart->getData());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -192,4 +192,4 @@ class BudgetController extends Controller
|
||||
|
||||
return Response::json($chart->getData());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -164,4 +164,4 @@ class CategoryController extends Controller
|
||||
|
||||
return Response::json($chart->getData());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -55,4 +55,4 @@ class PiggyBankController extends Controller
|
||||
return Response::json($chart->getData());
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -98,4 +98,4 @@ class ReportController extends Controller
|
||||
return Response::json($chart->getData());
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -71,4 +71,4 @@ return [
|
||||
'edit_tag' => 'Edit tag ":tag"',
|
||||
'delete_tag' => 'Delete tag ":tag"',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -75,4 +75,4 @@ return [
|
||||
'|All :count transactions connected to this budget will spared deletion.',
|
||||
'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.' .
|
||||
'|All :count transactions connected to this category will spared deletion.',
|
||||
];
|
||||
];
|
||||
|
@ -29,4 +29,4 @@ return [
|
||||
'transfer' => 'Transfer',
|
||||
'type' => 'Type',
|
||||
'completed' => 'Completed',
|
||||
];
|
||||
];
|
||||
|
@ -70,4 +70,4 @@ return [
|
||||
'edit_tag' => 'Wijzig tag ":tag"',
|
||||
'delete_tag' => 'Verwijder tag ":tag"',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -75,4 +75,4 @@ return [
|
||||
'|De :count transacties verbonden aan dit budget blijven bewaard.',
|
||||
'category_keep_transactions' => 'De transactie verbonden aan deze categorie blijft bewaard.' .
|
||||
'|De :count transacties verbonden aan deze categorie blijven bewaard.',
|
||||
];
|
||||
];
|
||||
|
@ -30,4 +30,4 @@ return [
|
||||
'type' => 'Type',
|
||||
'completed' => 'Opgeslagen'
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -27,4 +27,4 @@
|
||||
<td>{{ accounts.getDifference|formatAmount }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -156,4 +156,4 @@
|
||||
|
||||
</table>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
|
@ -48,4 +48,4 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -59,4 +59,4 @@
|
||||
<td><span class="text-danger">{{ budgets.getOverspent|formatAmountPlain }}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -21,4 +21,4 @@
|
||||
<td class="text-danger">{{ categories.getTotal|formatAmountPlain }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -31,4 +31,4 @@
|
||||
<td><span class="text-danger">{{ (expenses.getTotal)|formatAmountPlain }}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -17,4 +17,4 @@
|
||||
<td>{{ (incomes.getTotal + expenses.getTotal)|formatAmount }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -31,4 +31,4 @@
|
||||
<td>{{ incomes.getTotal|formatAmount }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -37,4 +37,4 @@ class ChartAccountControllerTest extends TestCase
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -34,4 +34,4 @@ class ChartBillControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -38,4 +38,4 @@ class ChartBudgetControllerTest extends TestCase
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -43,4 +43,4 @@ class ChartCategoryControllerTest extends TestCase
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -27,4 +27,4 @@ class ChartPiggyBankControllerTest extends TestCase
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -32,4 +32,4 @@ class ChartReportControllerTest extends TestCase
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -220,4 +220,4 @@ class ConnectJournalToPiggyBankTest extends TestCase
|
||||
$this->assertCount(1, $piggyBank->piggyBankEvents()->get());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -164,4 +164,4 @@ class ReminderHelperTest extends TestCase
|
||||
$this->assertTrue(!($strpos === false));
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -50,4 +50,4 @@ class ReportHelperTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -97,4 +97,4 @@ class ReportQueryTest extends TestCase
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user