Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/translation/Loader/FileLoader.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 |
---|---|
57 /** | 57 /** |
58 * @param string $resource | 58 * @param string $resource |
59 * | 59 * |
60 * @return array | 60 * @return array |
61 * | 61 * |
62 * @throws InvalidResourceException If stream content has an invalid format. | 62 * @throws InvalidResourceException if stream content has an invalid format |
63 */ | 63 */ |
64 abstract protected function loadResource($resource); | 64 abstract protected function loadResource($resource); |
65 } | 65 } |