diff --git a/src/Drive/Resource/Drives.php b/src/Drive/Resource/Drives.php index 64905d9bd7..ad28452263 100644 --- a/src/Drive/Resource/Drives.php +++ b/src/Drive/Resource/Drives.php @@ -49,7 +49,7 @@ public function create($requestId, Drive $postBody, $optParams = []) return $this->call('create', [$params], Drive::class); } /** - * Permanently deletes a shared drive for which the user is an organizer. The + * Permanently deletes a shared drive for which the user is an `organizer`. The * shared drive cannot contain any untrashed items. (drives.delete) * * @param string $driveId The ID of the shared drive. diff --git a/src/Drive/Resource/Files.php b/src/Drive/Resource/Files.php index 2a26f748de..6bcf658ef1 100644 --- a/src/Drive/Resource/Files.php +++ b/src/Drive/Resource/Files.php @@ -127,9 +127,9 @@ public function create(DriveFile $postBody, $optParams = []) } /** * Permanently deletes a file owned by the user without moving it to the trash. - * If the file belongs to a shared drive the user must be an organizer on the - * parent. If the target is a folder, all descendants owned by the user are also - * deleted. (files.delete) + * If the file belongs to a shared drive, the user must be an `organizer` on the + * parent folder. If the target is a folder, all descendants owned by the user + * are also deleted. (files.delete) * * @param string $fileId The ID of the file. * @param array $optParams Optional parameters. @@ -291,7 +291,7 @@ public function listFiles($optParams = []) /** * Lists the labels on a file. (files.listLabels) * - * @param string $fileId The ID for the file or shared drive. + * @param string $fileId The ID for the file. * @param array $optParams Optional parameters. * * @opt_param int maxResults The maximum number of labels to return per page.