1
0
Fork 0
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:
Samuel Štancl 2022-08-29 19:30:01 +02:00 committed by GitHub
parent bd102ff64d
commit 7a055c2fd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);