Skip to content

Commit

Permalink
Run php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
emmachughes authored and github-actions[bot] committed Nov 13, 2023
1 parent 6193f40 commit f906273
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions sourcecode/hub/app/Http/Controllers/LtiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use App\Support\SessionScope;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;

use function to_route;

final readonly class LtiController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

use App\Support\SessionScope;
use Illuminate\Routing\RouteUrlGenerator;

use function array_key_exists;

/**
Expand Down
1 change: 0 additions & 1 deletion sourcecode/hub/app/Policies/ContentPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use App\Models\Content;
use App\Models\User;
use Illuminate\Http\Request;

use function request;

Expand Down
1 change: 0 additions & 1 deletion sourcecode/hub/app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use App\Lti\Serializer\ContentItemsSerializer;
use App\Lti\Serializer\LtiContentSerializer;
use App\Support\CarbonToPsrClockAdapter;
use App\Support\SessionScope;
use Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider;
use Cerpus\EdlibResourceKit\Lti\Lti11\Serializer\DeepLinking\ContentItemsSerializerInterface;
use Cerpus\EdlibResourceKit\Lti\Lti11\Serializer\DeepLinking\LtiLinkItemSerializerInterface;
Expand Down
1 change: 1 addition & 0 deletions sourcecode/hub/app/Support/SessionScope.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use Illuminate\Session\SessionManager;
use Illuminate\Session\Store;
use Random\Randomizer;

use function bin2hex;
use function is_string;

Expand Down

0 comments on commit f906273

Please sign in to comment.