X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fhttp-kernel%2FConfig%2FFileLocator.php;h=c047ba3dac389b6af51d54360ef92d5a816cdef8;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=169c9ad6e502a1b06c5a2312f1998f4d4f68f500;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/symfony/http-kernel/Config/FileLocator.php b/vendor/symfony/http-kernel/Config/FileLocator.php index 169c9ad6e..c047ba3da 100644 --- a/vendor/symfony/http-kernel/Config/FileLocator.php +++ b/vendor/symfony/http-kernel/Config/FileLocator.php @@ -25,10 +25,8 @@ class FileLocator extends BaseFileLocator private $path; /** - * Constructor. - * * @param KernelInterface $kernel A KernelInterface instance - * @param null|string $path The path the global resource directory + * @param string|null $path The path the global resource directory * @param array $paths An array of paths where to look for resources */ public function __construct(KernelInterface $kernel, $path = null, array $paths = array())