comparison vendor/symfony/translation/Loader/IcuResFileLoader.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 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
68 * Becomes: 68 * Becomes:
69 * 'key.key2.key3' => 'value' 69 * 'key.key2.key3' => 'value'
70 * 70 *
71 * This function takes an array by reference and will modify it 71 * This function takes an array by reference and will modify it
72 * 72 *
73 * @param \ResourceBundle $rb the ResourceBundle that will be flattened 73 * @param \ResourceBundle $rb The ResourceBundle that will be flattened
74 * @param array $messages used internally for recursive calls 74 * @param array $messages Used internally for recursive calls
75 * @param string $path current path being parsed, used internally for recursive calls 75 * @param string $path Current path being parsed, used internally for recursive calls
76 * 76 *
77 * @return array the flattened ResourceBundle 77 * @return array the flattened ResourceBundle
78 */ 78 */
79 protected function flatten(\ResourceBundle $rb, array &$messages = array(), $path = null) 79 protected function flatten(\ResourceBundle $rb, array &$messages = array(), $path = null)
80 { 80 {