[Config] Add \Symfony\Component\Config\Loader::load() return type

This commit is contained in:
Ivan Kurnosov 2021-01-12 14:21:27 +13:00
parent bde3e28084
commit fec66e61c8

View File

@ -24,6 +24,8 @@ interface LoaderInterface
* @param mixed $resource The resource
* @param string|null $type The resource type or null if unknown
*
* @return mixed
*
* @throws \Exception If something went wrong
*/
public function load($resource, $type = null);