From 4da2a7125f0d1ab0bec18a5c2059d66a5833d9b4 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 30 Jan 2017 21:17:56 +0200 Subject: [PATCH] php-cs-fixer cleanup --- app/Exceptions/Handler.php | 1 - app/Http/Controllers/ClientController.php | 1 - app/Http/Controllers/DashboardApiController.php | 1 - app/Http/Controllers/DashboardController.php | 4 ---- app/Http/Controllers/ExpenseCategoryApiController.php | 3 --- app/Http/Controllers/ExpenseCategoryController.php | 1 - app/Http/Controllers/ProjectController.php | 1 - app/Http/Controllers/RecurringInvoiceController.php | 1 - app/Http/Controllers/ReportController.php | 3 --- app/Http/ViewComposers/ClientPortalHeaderComposer.php | 1 - app/Jobs/SendInvoiceEmail.php | 1 - app/Jobs/SendNotificationEmail.php | 2 -- app/Jobs/SendPaymentEmail.php | 2 -- app/Jobs/SendPushNotification.php | 2 -- app/Libraries/DateUtils.php | 2 -- app/Libraries/HistoryUtils.php | 1 - app/Listeners/CreditListener.php | 1 - app/Models/AccountGatewaySettings.php | 2 -- app/Models/EntityModel.php | 1 - app/Models/Expense.php | 1 - app/Ninja/Datatables/AccountGatewayDatatable.php | 1 - app/Ninja/Datatables/ExpenseCategoryDatatable.php | 1 - app/Ninja/Import/BaseTransformer.php | 1 - app/Ninja/Import/CSV/ExpenseTransformer.php | 1 - app/Ninja/Intents/BaseIntent.php | 1 - app/Ninja/Intents/DownloadInvoiceIntent.php | 2 -- app/Ninja/Intents/EmailInvoiceIntent.php | 2 -- app/Ninja/Intents/ListProductsIntent.php | 1 - app/Ninja/Intents/ProductIntent.php | 3 --- app/Ninja/Reports/TaskReport.php | 1 - app/Ninja/Repositories/ExpenseCategoryRepository.php | 1 - app/Ninja/Repositories/InvoiceRepository.php | 1 - app/Ninja/Repositories/ProjectRepository.php | 1 - app/Ninja/Repositories/TokenRepository.php | 1 - app/Ninja/Repositories/UserRepository.php | 2 -- app/Policies/ProductPolicy.php | 2 -- app/Policies/ProjectPolicy.php | 2 -- app/Providers/AppServiceProvider.php | 1 - app/Services/ExpenseCategoryService.php | 2 -- app/Services/ExpenseService.php | 1 - app/Services/ProjectService.php | 2 -- 41 files changed, 62 deletions(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index a953676b8962..ebf091363f5d 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -1,6 +1,5 @@