comparison vendor/symfony/translation/Writer/TranslationWriterInterface.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
28 * @param string $format The format to use to dump the messages 28 * @param string $format The format to use to dump the messages
29 * @param array $options Options that are passed to the dumper 29 * @param array $options Options that are passed to the dumper
30 * 30 *
31 * @throws InvalidArgumentException 31 * @throws InvalidArgumentException
32 */ 32 */
33 public function write(MessageCatalogue $catalogue, $format, $options = array()); 33 public function write(MessageCatalogue $catalogue, $format, $options = []);
34 } 34 }