Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored and github-actions[bot] committed Jan 29, 2024
1 parent d1c3446 commit 37dc733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/MountedDirectories.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MountedDirectories
/**
* The mounted directory paths.
*
* @var array<int, \Livewire\Volt\MountedDirectory>
* @var array<int, \Livewire\Volt\MountedDirectory>
*/
protected array $paths = [];

Expand Down Expand Up @@ -43,7 +43,7 @@ public function isWithinMountedDirectory(string $path): bool
/**
* Get the mounted directory paths.
*
* @return array<int, \Livewire\Volt\MountedDirectory>
* @return array<int, \Livewire\Volt\MountedDirectory>
*/
public function paths(): array
{
Expand Down
2 changes: 1 addition & 1 deletion src/VoltManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function ensureViewsAreCached(): void
/**
* Get the mounted directory paths.
*
* @return array<int, \Livewire\Volt\MountedDirectory>
* @return array<int, \Livewire\Volt\MountedDirectory>
*/
public function paths(): array
{
Expand Down

0 comments on commit 37dc733

Please sign in to comment.