Unroll array_map in ResourceLoaderFileModule::readStyleFiles
authorumherirrender <umherirrender_de.wp@web.de>
Thu, 30 Jan 2014 18:39:51 +0000 (19:39 +0100)
committerSanthosh <santhosh.thottingal@gmail.com>
Thu, 13 Feb 2014 06:27:17 +0000 (06:27 +0000)
commitadd8b9a97651701b7a0b3fe1d03f8244ae4e8ebd
treece4c179936800e92e34cbd78b9ff5e36426c93d4
parentbffc9ea60de77225cdd56006042db9316e458d0c
Unroll array_map in ResourceLoaderFileModule::readStyleFiles

ResourceLoaderFileModule::readStyleFile can throw exceptions which
produces warnings when using array_map.

Produces useful stacktraces when there are issues with style file like LESS compilation errors

Bug: 47844
Bug: 59858
Change-Id: I7c48b2c94752eee81f0eeb8e00d1f2b526d80dfc
includes/resourceloader/ResourceLoaderFileModule.php