comparison vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
44 public function read($token); 44 public function read($token);
45 45
46 /** 46 /**
47 * Saves a Profile. 47 * Saves a Profile.
48 * 48 *
49 * @param Profile $profile A Profile instance
50 *
51 * @return bool Write operation successful 49 * @return bool Write operation successful
52 */ 50 */
53 public function write(Profile $profile); 51 public function write(Profile $profile);
54 52
55 /** 53 /**