Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / node / src / NodeGrantDatabaseStorageInterface.php
index 235fbc06be1dff9acad27eb9b022d256bff532ae..329d9a104964db65216366a4afe6d3b80339e4b3 100644 (file)
@@ -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.