Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / translation / Loader / FileLoader.php
index 1885963a995502e72f0d86489f53350037642f69..322679d24cdb8a659ed465f7a4f82b70f3e6c2f3 100644 (file)
@@ -59,7 +59,7 @@ abstract class FileLoader extends ArrayLoader
      *
      * @return array
      *
-     * @throws InvalidResourceException If stream content has an invalid format.
+     * @throws InvalidResourceException if stream content has an invalid format
      */
     abstract protected function loadResource($resource);
 }