comparison vendor/symfony/http-foundation/Session/Storage/MetadataBag.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
37 private $storageKey; 37 private $storageKey;
38 38
39 /** 39 /**
40 * @var array 40 * @var array
41 */ 41 */
42 protected $meta = array(self::CREATED => 0, self::UPDATED => 0, self::LIFETIME => 0); 42 protected $meta = [self::CREATED => 0, self::UPDATED => 0, self::LIFETIME => 0];
43 43
44 /** 44 /**
45 * Unix timestamp. 45 * Unix timestamp.
46 * 46 *
47 * @var int 47 * @var int