Skip to content

Commit

Permalink
CS fix the things
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Kregel committed May 15, 2021
1 parent f10e8c8 commit 2b69e85
Show file tree
Hide file tree
Showing 248 changed files with 0 additions and 248 deletions.
1 change: 0 additions & 1 deletion app/Actions/Action.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Actions;
Expand Down
1 change: 0 additions & 1 deletion app/Actions/EmitRefreshEvent.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Actions;
Expand Down
1 change: 0 additions & 1 deletion app/Actions/FetchTransactions.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Actions;
Expand Down
1 change: 0 additions & 1 deletion app/Actions/HistoricalSync.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Actions;
Expand Down
1 change: 0 additions & 1 deletion app/Actions/RefreshAccountsFor.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Actions;
Expand Down
1 change: 0 additions & 1 deletion app/Activity.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App;
Expand Down
1 change: 0 additions & 1 deletion app/Budget.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App;
Expand Down
1 change: 0 additions & 1 deletion app/Condition.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App;
Expand Down
1 change: 0 additions & 1 deletion app/Console/Commands/CheckBudgetBreachCommand.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Console\Commands;
Expand Down
1 change: 0 additions & 1 deletion app/Console/Commands/GenerateChannelsAndAlertsFile.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Console\Commands;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Console\Commands;
Expand Down
1 change: 0 additions & 1 deletion app/Console/Commands/SyncCategories.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Console\Commands;
Expand Down
1 change: 0 additions & 1 deletion app/Console/Commands/SyncInstitutions.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Console\Commands;
Expand Down
1 change: 0 additions & 1 deletion app/Console/Commands/SyncPlaid.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Console\Commands;
Expand Down
1 change: 0 additions & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Console;
Expand Down
1 change: 0 additions & 1 deletion app/Contracts/ConditionContract.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Contracts;
Expand Down
1 change: 0 additions & 1 deletion app/Contracts/ConditionableContract.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Contracts;
Expand Down
1 change: 0 additions & 1 deletion app/Contracts/ConditionalsContract.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Contracts;
Expand Down
1 change: 0 additions & 1 deletion app/Contracts/Events/TransactionEventContract.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Contracts\Events;
Expand Down
1 change: 0 additions & 1 deletion app/Contracts/Repositories/AccessTokenRepository.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Contracts\Repositories;
Expand Down
1 change: 0 additions & 1 deletion app/Contracts/Repositories/AccountRepository.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Contracts\Repositories;
Expand Down
1 change: 0 additions & 1 deletion app/Contracts/Repositories/PlaidRepository.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Contracts\Repositories;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Contracts\Repositories;
Expand Down
1 change: 0 additions & 1 deletion app/Events/BudgetBreachedEstablishedAmount.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Events;
Expand Down
1 change: 0 additions & 1 deletion app/Events/RegroupEvent.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Events;
Expand Down
1 change: 0 additions & 1 deletion app/Events/TransactionCreated.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Events;
Expand Down
1 change: 0 additions & 1 deletion app/Events/TransactionGroupedEvent.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Events;
Expand Down
1 change: 0 additions & 1 deletion app/Events/TransactionUpdated.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Events;
Expand Down
1 change: 0 additions & 1 deletion app/Exceptions/Handler.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Exceptions;
Expand Down
1 change: 0 additions & 1 deletion app/FailedJob.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/Conditions/EndsWith.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters\Conditions;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/Conditions/EqualFilter.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters\Conditions;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/Conditions/GreaterThan.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters\Conditions;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/Conditions/GreaterThanEqual.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters\Conditions;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/Conditions/InFilter.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters\Conditions;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/Conditions/LessThanEqualFilter.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters\Conditions;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/Conditions/LessThanFilter.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters\Conditions;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/Conditions/LikeFilter.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters\Conditions;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/Conditions/NotEqualFilter.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters\Conditions;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/Conditions/NotInFilter.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters\Conditions;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/Conditions/NotLikeFilter.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters\Conditions;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/Conditions/StartsWith.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters\Conditions;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/Metrics/TrendFilter.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters\Metrics;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/SubscriptionActionFilter.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters;
Expand Down
1 change: 0 additions & 1 deletion app/Filters/TransactionsConditionFilter.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Filters;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/AbstractResourceController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/AccessTokenController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/AccountController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/ActionController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/ActivitiesController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/AfterRequestSortController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/AlertController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/BudgetController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/CacheController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/CategoryController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/FailedJobController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/TagController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/TransactionController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/UglyChartController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Api;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Auth/ForgotPasswordController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Auth;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Auth/LoginController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Auth;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Auth/RegisterController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Auth;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Auth/ResetPasswordController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Auth;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Auth/VerificationController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers\Auth;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Controller.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers;
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/DynamicViewController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

declare(strict_types=1);

namespace App\Http\Controllers;
Expand Down
Loading

0 comments on commit 2b69e85

Please sign in to comment.