Add newlines.

This commit is contained in:
James Cole 2015-03-29 08:14:32 +02:00
parent ba97f96288
commit afb47eb742
42 changed files with 42 additions and 42 deletions

View File

@ -142,4 +142,4 @@ class ReminderHelper implements ReminderHelperInterface
return 'Add ' . Amount::format($reminder->metadata->perReminder) . ' to fill this piggy bank on ' . $piggyBank->targetdate->format('jS F Y');
}
}
}

View File

@ -48,4 +48,4 @@ interface ReminderHelperInterface {
* @return Reminder
*/
public function createReminder(PiggyBank $piggyBank, Carbon $start, Carbon $end);
}
}

View File

@ -168,4 +168,4 @@ class ReportHelper implements ReportHelperInterface
return $report;
}
}
}

View File

@ -55,4 +55,4 @@ interface ReportHelperInterface
* @return array
*/
public function yearBalanceReport(Carbon $date, $showSharedReports = false);
}
}

View File

@ -604,4 +604,4 @@ class ReportQuery implements ReportQueryInterface
);
}
}
}

View File

@ -163,4 +163,4 @@ interface ReportQueryInterface
* @return Collection
*/
public function sharedExpensesByCategory(Carbon $start, Carbon $end);
}
}

View File

@ -136,4 +136,4 @@ class PiggyBanks
return $next($request);
}
}
}

View File

@ -85,4 +85,4 @@ class Range
}
}
}

View File

@ -88,4 +88,4 @@ class Reminders
return $next($request);
}
}
}

View File

@ -54,4 +54,4 @@ class ReplaceTestVars
return $next($request);
}
}
}

View File

@ -46,4 +46,4 @@ class BillFormRequest extends Request
return $rules;
}
}
}

View File

@ -37,4 +37,4 @@ class BudgetFormRequest extends Request
'name' => $nameRule,
];
}
}
}

View File

@ -37,4 +37,4 @@ class CategoryFormRequest extends Request
'name' => $nameRule,
];
}
}
}

View File

@ -42,4 +42,4 @@ class CurrencyFormRequest extends Request
return $rules;
}
}
}

View File

@ -70,4 +70,4 @@ class JournalFormRequest extends Request
}
}
}

View File

@ -65,4 +65,4 @@ class PiggyBankFormRequest extends Request
return $rules;
}
}
}

View File

@ -31,4 +31,4 @@ class ProfileFormRequest extends Request
'new_password_confirmation' => 'required',
];
}
}
}

View File

@ -71,4 +71,4 @@ class FireflyServiceProvider extends ServiceProvider
}
}
}

View File

@ -25,4 +25,4 @@ class TestingServiceProvider extends ServiceProvider
}
}
}
}

View File

@ -452,4 +452,4 @@ class AccountRepository implements AccountRepositoryInterface
return $journal;
}
}
}

View File

@ -85,4 +85,4 @@ interface AccountRepositoryInterface
* @return Collection
*/
public function getSavingsAccounts();
}
}

View File

@ -56,4 +56,4 @@ interface BillRepositoryInterface {
*/
public function scan(Bill $bill, TransactionJournal $journal);
}
}

View File

@ -142,4 +142,4 @@ class BudgetRepository implements BudgetRepositoryInterface
}
}
}

View File

@ -63,4 +63,4 @@ interface BudgetRepositoryInterface
*/
public function getJournals(Budget $budget, LimitRepetition $repetition = null, $take = 50);
}
}

View File

@ -58,4 +58,4 @@ class CategoryRepository implements CategoryRepositoryInterface
return $category;
}
}
}

View File

@ -33,4 +33,4 @@ interface CategoryRepositoryInterface
*/
public function update(Category $category, array $data);
}
}

View File

@ -286,4 +286,4 @@ class JournalRepository implements JournalRepositoryInterface
return $journal;
}
}
}

View File

@ -44,4 +44,4 @@ interface JournalRepositoryInterface
* @return mixed
*/
public function update(TransactionJournal $journal, array $data);
}
}

View File

@ -162,4 +162,4 @@ class PiggyBankRepository implements PiggyBankRepositoryInterface
return $piggyBank;
}
}
}

View File

@ -68,4 +68,4 @@ interface PiggyBankRepositoryInterface
* @return PiggyBank
*/
public function update(PiggyBank $piggyBank, array $data);
}
}

View File

@ -166,4 +166,4 @@ class Amount
return $currency;
}
}
}

View File

@ -314,4 +314,4 @@ class ExpandedForm
return $html;
}
}
}

View File

@ -21,4 +21,4 @@ class Amount extends Facade
return 'amount';
}
}
}

View File

@ -21,4 +21,4 @@ class ExpandedForm extends Facade
return 'expandedform';
}
}
}

View File

@ -21,4 +21,4 @@ class Navigation extends Facade
return 'navigation';
}
}
}

View File

@ -21,4 +21,4 @@ class Preferences extends Facade
return 'preferences';
}
}
}

View File

@ -21,4 +21,4 @@ class Steam extends Facade
return 'steam';
}
}
}

View File

@ -457,4 +457,4 @@ class Navigation
}
}
}

View File

@ -55,4 +55,4 @@ class Preferences
return $pref;
}
}
}

View File

@ -45,4 +45,4 @@ interface SearchInterface {
* @return Collection
*/
public function searchTransactions(array $words);
}
}

View File

@ -198,4 +198,4 @@ class Steam
return $array;
}
}
}

View File

@ -593,4 +593,4 @@ class TestDataSeeder extends Seeder
}
}
}