Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Session / WriteSafeSessionHandlerInterface.php
index 46dc7ef01fb655f479bf97fb3b656c9a6c348a84..b164fc2a37097eb1519c938e05b8c3acb14b2b2e 100644 (file)
@@ -14,8 +14,7 @@ interface WriteSafeSessionHandlerInterface {
    * only capable of forcibly disabling that session data is written to storage.
    *
    * @param bool $flag
-   *   TRUE if the session the session is allowed to be written, FALSE
-   *   otherwise.
+   *   TRUE if the session is allowed to be written, FALSE otherwise.
    */
   public function setSessionWritable($flag);
 
@@ -23,8 +22,7 @@ interface WriteSafeSessionHandlerInterface {
    * Returns whether or not a session may be written to storage.
    *
    * @return bool
-   *   TRUE if the session the session is allowed to be written, FALSE
-   *   otherwise.
+   *   TRUE if the session is allowed to be written, FALSE otherwise.
    */
   public function isSessionWritable();