comparison vendor/symfony/translation/DataCollectorTranslator.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 7a779792577d
children 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
25 /** 25 /**
26 * @var TranslatorInterface|TranslatorBagInterface 26 * @var TranslatorInterface|TranslatorBagInterface
27 */ 27 */
28 private $translator; 28 private $translator;
29 29
30 /**
31 * @var array
32 */
33 private $messages = array(); 30 private $messages = array();
34 31
35 /** 32 /**
36 * @param TranslatorInterface $translator The translator must implement TranslatorBagInterface 33 * @param TranslatorInterface $translator The translator must implement TranslatorBagInterface
37 */ 34 */