mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 03:14:03 +00:00
fix docblock style
This commit is contained in:
parent
bd102ff64d
commit
7a055c2fd3
1 changed files with 1 additions and 3 deletions
|
|
@ -33,9 +33,7 @@ trait DealsWithTenantSymlinks
|
|||
return $symlinks->mapWithKeys(fn ($item) => $item);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determine if the provided path is an existing symlink.
|
||||
*/
|
||||
/** Determine if the provided path is an existing symlink. */
|
||||
protected static function symlinkExists(string $link): bool
|
||||
{
|
||||
return file_exists($link) && is_link($link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue