X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fnode%2Fsrc%2FNodeGrantDatabaseStorageInterface.php;h=329d9a104964db65216366a4afe6d3b80339e4b3;hp=235fbc06be1dff9acad27eb9b022d256bff532ae;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/node/src/NodeGrantDatabaseStorageInterface.php b/web/core/modules/node/src/NodeGrantDatabaseStorageInterface.php index 235fbc06b..329d9a104 100644 --- a/web/core/modules/node/src/NodeGrantDatabaseStorageInterface.php +++ b/web/core/modules/node/src/NodeGrantDatabaseStorageInterface.php @@ -31,11 +31,11 @@ interface NodeGrantDatabaseStorageInterface { * @param array $tables * A list of tables that need to be part of the alter. * @param string $op - * The operation to be performed on the node. Possible values are: - * - "view" - * - "update" - * - "delete" - * - "create" + * The operation to be performed on the node. Possible values are: + * - "view" + * - "update" + * - "delete" + * - "create" * @param \Drupal\Core\Session\AccountInterface $account * A user object representing the user for whom the operation is to be * performed.