Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 28, 2023
1 parent bc951bc commit b596fd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/framework/src/Foundation/Kernel/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function path(string $path = ''): string
*
* Input types are matched, meaning that if the input is a string so will the output be.
*
* @param string|array<string> $path
* @param string|array<string> $path
*/
public function pathToAbsolute(string|array $path): string|array
{
Expand Down Expand Up @@ -146,7 +146,7 @@ public function vendorPath(string $path = '', string $package = 'framework'): st
/**
* Touch one or more files in the project's directory.
*
* @param string|array<string> $path
* @param string|array<string> $path
*/
public function touch(string|array $path): bool
{
Expand All @@ -164,7 +164,7 @@ public function touch(string|array $path): bool
/**
* Unlink one or more files in the project's directory.
*
* @param string|array<string> $path
* @param string|array<string> $path
*/
public function unlink(string|array $path): bool
{
Expand Down

0 comments on commit b596fd2

Please sign in to comment.