src/Resource/ShareLinks.php
Method create
has 52 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function create(
LibraryType $library,
string $path,
SharedLinkPermissions $permissions,
int $expire = null,
Method create
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
LibraryType $library,
string $path,
SharedLinkPermissions $permissions,
int $expire = null,
string $password = null