Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschucki committed Feb 21, 2024
1 parent 8a0395d commit 8c9372e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/Http/Middleware/HandleInertiaRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function version(Request $request): ?string
* Defines the props that are shared by default.
*
* @see https://inertiajs.com/shared-data
* @param Request $request
*
* @return array<array>
*/
public function share(Request $request): array
Expand Down
4 changes: 3 additions & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<?php declare(strict_types=1);
<?php

declare(strict_types=1);
4 changes: 3 additions & 1 deletion routes/channels.php
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<?php declare(strict_types=1);
<?php

declare(strict_types=1);
4 changes: 3 additions & 1 deletion routes/console.php
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<?php declare(strict_types=1);
<?php

declare(strict_types=1);

0 comments on commit 8c9372e

Please sign in to comment.